Home
last modified time | relevance | path

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

/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/lz4/
DMakefile49 all: allmost examples manuals build_tests
74 .PHONY: build_tests
75 build_tests: target
/external/oss-fuzz/infra/
Dpresubmit.py404 def run_tests(_=None, parallel=False, build_tests=True, nonbuild_tests=True): argument
413 if build_tests:
481 build_tests=(not args.skip_build_tests),
/external/libopus/tests/
Dopus_build_test.sh18 mkdir build_tests
/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/autotest/server/site_tests/firmware_Cr50BID/
Dfirmware_Cr50BID.py116 self.build_tests(basic)
202 def build_tests(self, basic): member in firmware_Cr50BID
/external/rust/crates/bstr/src/byteset/
Dscalar.rs196 fn build_tests() -> Vec<TestCase> { in build_tests() function
255 for (search, byte, matching) in build_tests() { in test_inv_memchr()
/external/igt-gpu-tools/runner/
Dmeson.build17 if not build_tests and jsonc.found()
/external/libusb/
Dconfigure.ac364 [build_tests=$enableval],
365 [build_tests=no])
368 AM_CONDITIONAL([BUILD_TESTS], [test "x$build_tests" != xno])
/external/tensorflow/tensorflow/lite/
Dbuild_def.bzl714 build_tests = []
731 build_tests.append("%s_build_test" % rule_name)
735 tests = build_tests,