Searched refs:SelfTest (Results 1 – 11 of 11) sorted by relevance
9 configure_file(${CATCH_DIR}/misc/SelfTest.vcxproj.user314 add_executable(SelfTest ${TEST_SOURCES} ${IMPL_SOURCES} ${REPORTER_SOURCES} ${SURROGATE_SOURCES} ${… target315 target_include_directories(SelfTest PRIVATE ${HEADER_DIR})319 target_compile_features(SelfTest346 add_coverage(SelfTest)353 …target_compile_options( SelfTest PRIVATE -Wall -Wextra -Wunreachable-code -Wpedantic -Wmissing-dec…355 target_compile_options( SelfTest PRIVATE -Werror )360 …target_compile_options( SelfTest PRIVATE -Wweak-vtables -Wexit-time-destructors -Wglobal-construct…364 target_compile_options( SelfTest PRIVATE /w44265 /w44061 /w44062 /w45038 )366 target_compile_options( SelfTest PRIVATE /WX)[all …]
99 "projects/SelfTest/**/*.cpp",104 "projects/SelfTest/CompileTimePerfTests/**/*.cpp",
27 option(CATCH_BUILD_TESTING "Build SelfTest project" ON)40 set(SELF_TEST_DIR ${CATCH_DIR}/projects/SelfTest)
28 `projects/SelfTest`. The test app can be built via CMake from the `CMakeLists.txt` file in the root…32 …ll as the runtime test files you'll also see a `SurrogateCpps` directory under `projects/SelfTest`.54 * Compiling Catch's SelfTest project:81 The approval tests compare current output of the SelfTest binary in various
190 * `CATCH_BUILD_TESTING` -- When `ON`, Catch2's SelfTest project will be192 variable, so _both_ of them need to be `ON` for the SelfTest to be built,193 and either of them can be set to `OFF` to disable building SelfTest.
59 …ntly has no documentation. If you want to try it out, look at `projects/SelfTest/Benchmark.tests.c…
697 * See `projects/SelfTest/Benchmark.tests.cpp` for examples
123 def SelfTest(client): function
46 if not pinweaver_client.SelfTest(host):
63 virtual Status SelfTest() { return Status::Unimplemented(); } in SelfTest() function
186 srcs-y += tpm_symlink/TPMCmd/tpm/src/command/Testing/SelfTest.c