Searched refs:ctest (Results 1 – 25 of 48) sorted by relevance
12
/external/cn-cbor/test/ |
D | ctest.h | 31 struct ctest { struct 55 struct ctest __TNAME(sname, tname) __Test_Section = { \ 161 typedef int (*filter_func)(struct ctest*); 300 static int suite_all(struct ctest* t) { in suite_all() 305 static int suite_filter(struct ctest* t) { in suite_filter() 326 static void *find_symbol(struct ctest *test, const char *fname) in find_symbol() 382 struct ctest* ctest_begin = &__TNAME(suite, test); in ctest_main() 383 struct ctest* ctest_end = &__TNAME(suite, test); in ctest_main() 386 struct ctest* t = ctest_begin-1; in ctest_main() 391 struct ctest* t = ctest_end+1; in ctest_main() [all …]
|
/external/catch2/misc/ |
D | appveyorTestRunScript.bat | 6 ctest -j 2 -C %CONFIGURATION% -D ExperimentalMemCheck || exit /b !ERRORLEVEL! 10 ctest -j 2 -C %CONFIGURATION% || exit /b !ERRORLEVEL! 14 ctest -j 2 -C %CONFIGURATION% || exit /b !ERRORLEVEL!
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/macos/ |
D | build.sh | 50 echo $(date): Starting ctest... 51 ctest -j4 --output-on-failure --timeout 300 52 echo $(date): ctest completed.
|
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/macos/ |
D | build.sh | 50 echo $(date): Starting ctest... 51 ctest -j4 --output-on-failure --timeout 300 52 echo $(date): ctest completed.
|
/external/llvm/utils/unittest/ |
D | CMakeLists.txt | 8 # ctest. You can select which tests to run using 'ctest -R regex'. 9 # For more options, run 'ctest --help'.
|
/external/eigen/bench/btl/ |
D | README | 17 BTL uses cmake / ctest: 28 3 - run the bench using ctest: 30 $ ctest -V 33 ctest -V -R <regexp> 35 ctest -V -R eigen2 38 BTL_CONFIG="-a action1{:action2}*" ctest -V 40 BTL_CONFIG="-a axpy:vector_matrix:trisolve:ata" ctest -V -R eigen2 43 BTL_CONFIG="-a axpy:vector_matrix:trisolve:ata --overwrite" ctest -V -R eigen2
|
/external/deqp-deps/SPIRV-Tools/kokoro/shaderc-smoketest/ |
D | build.sh | 65 echo $(date): Starting ctest... 68 ctest --output-on-failure -j4 70 echo $(date): ctest completed.
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/shaderc-smoketest/ |
D | build.sh | 65 echo $(date): Starting ctest... 68 ctest --output-on-failure -j4 70 echo $(date): ctest completed.
|
/external/eigen/scripts/ |
D | check.in | 17 ./buildtests.sh "$1" && ctest -R "$1" ${EIGEN_CTEST_ARGS} 19 ./buildtests.sh "$1" && ctest -R "$1"
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/ |
D | build.sh | 94 echo $(date): Starting ctest... 97 ctest -j4 --output-on-failure --timeout 300 99 echo $(date): ctest completed.
|
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/linux/ |
D | build.sh | 94 echo $(date): Starting ctest... 97 ctest -j4 --output-on-failure --timeout 300 99 echo $(date): ctest completed.
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/ |
D | CMakeLists.txt | 8 # ctest. You can select which tests to run using 'ctest -R regex'. 9 # For more options, run 'ctest --help'.
|
/external/eigen/cmake/ |
D | EigenConfigureTesting.cmake | 11 add_custom_target(check COMMAND "ctest") 22 # Overwrite default DartConfiguration.tcl such that ctest can build our unit tests. 23 # Recall that our unit tests are not in the "all" target, so we have to explicitely ask ctest to bu…
|
/external/freetype/builds/cmake/ |
D | testbuild.sh | 146 (set -x; ctest -V -C Debug) 153 (set -x; ctest -V -C Release)
|
/external/google-breakpad/src/testing/ |
D | CMakeLists.txt | 5 # ctest. You can select which tests to run using 'ctest -R regex'. 6 # For more options, run 'ctest --help'. 98 # 'make test' or ctest.
|
/external/tensorflow/tensorflow/tools/ci_build/windows/gpu/cmake/ |
D | run_py.bat | 31 :: Set ctest binary location. 32 … (ECHO CTEST_EXE is set to %CTEST_EXE%) ELSE (SET CTEST_EXE="C:\Program Files\cmake\bin\ctest.exe")
|
/external/googletest/googlemock/ |
D | CMakeLists.txt | 5 # ctest. You can select which tests to run using 'ctest -R regex'. 6 # For more options, run 'ctest --help'. 133 # 'make test' or ctest.
|
/external/google-breakpad/src/testing/gtest/ |
D | CMakeLists.txt | 5 # ctest. You can select which tests to run using 'ctest -R regex'. 6 # For more options, run 'ctest --help'. 108 # 'make test' or ctest.
|
/external/libaom/libaom/third_party/googletest/src/googletest/ |
D | CMakeLists.txt | 5 # ctest. You can select which tests to run using 'ctest -R regex'. 6 # For more options, run 'ctest --help'. 144 # 'make test' or ctest.
|
/external/tensorflow/tensorflow/tools/ci_build/linux/cmake/ |
D | run.sh | 47 ctest -C Release --output-on-failure -j
|
/external/googletest/googletest/ |
D | CMakeLists.txt | 5 # ctest. You can select which tests to run using 'ctest -R regex'. 6 # For more options, run 'ctest --help'. 179 # 'make test' or ctest.
|
/external/libcxx/utils/google-benchmark/test/ |
D | CMakeLists.txt | 226 find_program(CTEST ctest) 232 COMMAND ${CTEST} --force-new-ctest-process 257 " ctest: ${CTEST}\n"
|
/external/google-benchmark/test/ |
D | CMakeLists.txt | 226 find_program(CTEST ctest) 232 COMMAND ${CTEST} --force-new-ctest-process 257 " ctest: ${CTEST}\n"
|
/external/brotli/scripts/ |
D | .travis.sh | 45 ctest -V || exit 1
|
/external/parameter-framework/upstream/test/functional-tests-legacy/ |
D | README.md | 22 Note that you can also use 'ctest -V' if you want to have the logs details.
|
12