Home
last modified time | relevance | path

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

/external/virglrenderer/
Dconfigure.ac82 [build_tests="$enableval"],
83 [build_tests="auto"])
89 if test "x$build_tests" = "xauto" && test "x$os_win32" = "xno"; then
90 build_tests="$HAVE_CHECK"
92 if test "x$build_tests" = "xyes"; then
110 AM_CONDITIONAL(BUILD_TESTS, [test "x$build_tests" = "xyes"])
170 tests: $build_tests
/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/autotest/server/site_tests/firmware_Cr50BID/
Dfirmware_Cr50BID.py112 self.build_tests(basic)
198 def build_tests(self, basic): member in firmware_Cr50BID
/external/igt-gpu-tools/runner/
Dmeson.build17 if not build_tests and jsonc.found()
/external/libusb/
Dconfigure.ac291 [build_tests=$enableval],
292 [build_tests='no'])
293 AM_CONDITIONAL([BUILD_TESTS], [test "x$build_tests" != "xno"])