Searched defs:BUILD_TESTS (Results 1 – 6 of 6) sorted by relevance
291 AC_DEFINE(BUILD_TESTS, 1, [Build tests]) definition293 AM_CONDITIONAL(BUILD_TESTS, [test "x$BUILD_TESTS" = xyes]) condition
147 option(BUILD_TESTS "Build tests" ON) option149 option(BUILD_TESTS "Build tests" OFF) option
12 option(BUILD_TESTS "Enable tests" ON) option
337 AM_CONDITIONAL([BUILD_TESTS], [test "x$build_tests" != xno]) condition
10 option(BUILD_TESTS "Build test applications" OFF) option
58 set(BUILD_TESTS FALSE) variable