Home
last modified time | relevance | path

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

/third_party/openh264/test/
Dmeson.build1 build_tests = get_option('tests') variable
3 if not build_tests.disabled()
4 …ep = dependency('gtest', main : true, fallback: ['gtest', 'gtest_main_dep'], required: build_tests)
5 gtest_dep = dependency('gtest', fallback: ['gtest', 'gtest_dep'], required: build_tests)
/third_party/iowow/
D.lvimrc8 let g:build_tests = get(g:, 'build_tests', 'ON')
24 …\ 'cmake .. -DCMAKE_BUILD_TYPE='.g:build_type.' -DBUILD_TESTS='.g:build_tests.' -DCMAKE_CXX_COMPIL…
/third_party/ejdb/
D.lvimrc8 let g:build_tests = get(g:, 'build_tests', 'ON')
24 \ 'cmake .. -DCMAKE_BUILD_TYPE='.g:build_type.' -DBUILD_TESTS='.g:build_tests
/third_party/libevdev/test/
DMakefile.am1 build_tests = test-compile-pedantic test-link macro
4 build_tests += test-static-link
7 noinst_PROGRAMS = $(build_tests)
DMakefile.in666 build_tests = test-compile-pedantic test-link $(am__append_1)
/third_party/lz4/
DMakefile49 all: allmost examples manuals build_tests
74 .PHONY: build_tests
75 build_tests: target
/third_party/node/deps/cares/
Dconfigure.ac946 [ build_tests="$enableval" ],
948 build_tests="yes"
950 build_tests="no"
955 if test "x$build_tests" = "xyes" ; then
963 AC_MSG_RESULT([$build_tests])
967 if test "x$build_tests" = "xyes" ; then
Dconfigure34065 enableval=$enable_tests; build_tests="$enableval"
34068 build_tests="yes"
34070 build_tests="no"
34077 if test "x$build_tests" = "xyes" ; then
34085 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $build_tests" >&5
34086 printf "%s\n" "$build_tests" >&6; }
34090 if test "x$build_tests" = "xyes" ; then
/third_party/libcoap/
Dconfigure.ac591 [build_tests="$enableval"],
592 [build_tests="no"])
594 if test "x$build_tests" = "xyes"; then
971 if test "x$build_tests" = "xyes"; then
/third_party/flutter/flutter/dev/bots/
Dtest.dart43 'build_tests': _runBuildTests,
/third_party/openssl/Configurations/
Dwindows-makefile.tmpl428 build_apps build_tests: build_programs
Ddescrip.mms.tmpl471 build_apps build_tests : build_programs
Dunix-Makefile.tmpl515 build_apps build_tests: build_programs
/third_party/libevdev/
Dthird_party_libevdev.diff23470 +build_tests = test-compile-pedantic test-link
23473 +build_tests += test-static-link
23476 +noinst_PROGRAMS = $(build_tests)
24282 +build_tests = test-compile-pedantic test-link $(am__append_1)