Home
last modified time | relevance | path

Searched refs:ctest (Results 1 – 25 of 48) sorted by relevance

12

/external/cn-cbor/test/
Dctest.h31 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/
DappveyorTestRunScript.bat6 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/
Dbuild.sh50 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/
Dbuild.sh50 echo $(date): Starting ctest...
51 ctest -j4 --output-on-failure --timeout 300
52 echo $(date): ctest completed.
/external/llvm/utils/unittest/
DCMakeLists.txt8 # ctest. You can select which tests to run using 'ctest -R regex'.
9 # For more options, run 'ctest --help'.
/external/eigen/bench/btl/
DREADME17 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/
Dbuild.sh65 echo $(date): Starting ctest...
68 ctest --output-on-failure -j4
70 echo $(date): ctest completed.
/external/swiftshader/third_party/SPIRV-Tools/kokoro/shaderc-smoketest/
Dbuild.sh65 echo $(date): Starting ctest...
68 ctest --output-on-failure -j4
70 echo $(date): ctest completed.
/external/eigen/scripts/
Dcheck.in17 ./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/
Dbuild.sh94 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/
Dbuild.sh94 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/
DCMakeLists.txt8 # ctest. You can select which tests to run using 'ctest -R regex'.
9 # For more options, run 'ctest --help'.
/external/eigen/cmake/
DEigenConfigureTesting.cmake11 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/
Dtestbuild.sh146 (set -x; ctest -V -C Debug)
153 (set -x; ctest -V -C Release)
/external/google-breakpad/src/testing/
DCMakeLists.txt5 # 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/
Drun_py.bat31 :: 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/
DCMakeLists.txt5 # 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/
DCMakeLists.txt5 # 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/
DCMakeLists.txt5 # 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/
Drun.sh47 ctest -C Release --output-on-failure -j
/external/googletest/googletest/
DCMakeLists.txt5 # 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/
DCMakeLists.txt226 find_program(CTEST ctest)
232 COMMAND ${CTEST} --force-new-ctest-process
257 " ctest: ${CTEST}\n"
/external/google-benchmark/test/
DCMakeLists.txt226 find_program(CTEST ctest)
232 COMMAND ${CTEST} --force-new-ctest-process
257 " ctest: ${CTEST}\n"
/external/brotli/scripts/
D.travis.sh45 ctest -V || exit 1
/external/parameter-framework/upstream/test/functional-tests-legacy/
DREADME.md22 Note that you can also use 'ctest -V' if you want to have the logs details.

12