Home
last modified time | relevance | path

Searched refs:build_tests (Results 1 – 7 of 7) sorted by relevance

/external/lz4/
DMakefile45 all: allmost examples manuals build_tests
70 .PHONY: build_tests
71 build_tests: target
/external/igt-gpu-tools/
Dmeson.build82 build_tests = not get_option('tests').disabled() variable
291 if build_tests
294 build_info += 'Build tests: @0@'.format(build_tests)
307 if build_tests and gtk_doc.found() and python3.found()
312 build_info += 'Build documentation: @0@'.format(build_tests and gtk_doc.found())
/external/igt-gpu-tools/runner/
Dmeson.build17 if not build_tests and jsonc.found()
/external/autotest/server/site_tests/firmware_Cr50BID/
Dfirmware_Cr50BID.py117 self.build_tests(basic)
203 def build_tests(self, basic): member in firmware_Cr50BID
/external/rust/crates/bstr/src/byteset/
Dscalar.rs194 fn build_tests() -> Vec<TestCase> { in build_tests() function
242 for (search, byte, matching) in build_tests() { in test_inv_memchr()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dconfigure.ac884 [ build_tests="$enableval" ],
886 build_tests="yes"
888 build_tests="no"
893 if test "x$build_tests" = "xyes" ; then
901 AC_MSG_RESULT([$build_tests])
903 if test "x$build_tests" = "xyes" ; then
/external/libusb/
Dconfigure.ac333 [build_tests=$enableval],
334 [build_tests=no])
337 AM_CONDITIONAL([BUILD_TESTS], [test "x$build_tests" != xno])