Home
last modified time | relevance | path

Searched defs:test_srcs (Results 1 – 4 of 4) sorted by relevance

/external/liburing/examples/
DMakefile21 test_srcs := io_uring-test.c io_uring-cp.c link-cp.c macro
/external/skia/gn/
Dgn_to_bp.py563 test_srcs = strip_slashes(js['targets']['//:tests']['sources']) variable
618 test_srcs = strip_headers(test_srcs) variable
/external/liburing/test/
DMakefile155 test_srcs := \ macro
/external/rust/crates/ring/
Dbuild.rs406 let test_srcs = RING_TEST_SRCS.iter().map(PathBuf::from).collect::<Vec<_>>(); in build_c_code() localVariable