Searched refs:build_tests (Results 1 – 5 of 5) sorted by relevance
82 [build_tests="$enableval"],83 [build_tests="auto"])89 if test "x$build_tests" = "xauto" && test "x$os_win32" = "xno"; then90 build_tests="$HAVE_CHECK"92 if test "x$build_tests" = "xyes"; then110 AM_CONDITIONAL(BUILD_TESTS, [test "x$build_tests" = "xyes"])170 tests: $build_tests
82 build_tests = not get_option('tests').disabled() variable291 if build_tests294 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())
112 self.build_tests(basic)198 def build_tests(self, basic): member in firmware_Cr50BID
17 if not build_tests and jsonc.found()
291 [build_tests=$enableval],292 [build_tests='no'])293 AM_CONDITIONAL([BUILD_TESTS], [test "x$build_tests" != "xno"])