Searched refs:build_tests (Results 1 – 14 of 14) sorted by relevance
/third_party/openh264/test/ |
D | meson.build | 1 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 | .lvimrc | 8 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 | .lvimrc | 8 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/ |
D | Makefile.am | 1 build_tests = test-compile-pedantic test-link macro 4 build_tests += test-static-link 7 noinst_PROGRAMS = $(build_tests)
|
D | Makefile.in | 666 build_tests = test-compile-pedantic test-link $(am__append_1)
|
/third_party/lz4/ |
D | Makefile | 49 all: allmost examples manuals build_tests 74 .PHONY: build_tests 75 build_tests: target
|
/third_party/node/deps/cares/ |
D | configure.ac | 946 [ 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
|
D | configure | 34065 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/ |
D | configure.ac | 591 [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/ |
D | test.dart | 43 'build_tests': _runBuildTests,
|
/third_party/openssl/Configurations/ |
D | windows-makefile.tmpl | 428 build_apps build_tests: build_programs
|
D | descrip.mms.tmpl | 471 build_apps build_tests : build_programs
|
D | unix-Makefile.tmpl | 515 build_apps build_tests: build_programs
|
/third_party/libevdev/ |
D | third_party_libevdev.diff | 23470 +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)
|