Searched refs:SelfTest (Results 1 – 9 of 9) sorted by relevance
9 configure_file(${CATCH_DIR}/misc/SelfTest.vcxproj.user276 add_executable(SelfTest ${TEST_SOURCES} ${IMPL_SOURCES} ${REPORTER_SOURCES} ${SURROGATE_SOURCES} ${… target277 target_include_directories(SelfTest PRIVATE ${HEADER_DIR})281 set_property(TARGET SelfTest PROPERTY CXX_STANDARD 17)284 set_property(TARGET SelfTest PROPERTY CXX_STANDARD 14)287 set_property(TARGET SelfTest PROPERTY CXX_STANDARD 11)290 set_property(TARGET SelfTest PROPERTY CXX_STANDARD_REQUIRED ON)291 set_property(TARGET SelfTest PROPERTY CXX_EXTENSIONS OFF)296 add_coverage(SelfTest)303 …target_compile_options( SelfTest PRIVATE -Wall -Wextra -Wunreachable-code -Wpedantic -Wmissing-dec…[all …]
21 `projects/SelfTest`. The test app can be built via CMake from the `CMakeLists.txt` file in the root…25 …ll as the runtime test files you'll also see a `SurrogateCpps` directory under `projects/SelfTest`.47 * Compiling Catch's SelfTest project:70 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.
58 …ntly has no documentation. If you want to try it out, look at `projects/SelfTest/Benchmark.tests.c…
447 * See `projects/SelfTest/Benchmark.tests.cpp` for examples
67 "projects/SelfTest/**/*.cpp",72 "projects/SelfTest/CompileTimePerfTests/**/*.cpp",
19 option(CATCH_BUILD_TESTING "Build SelfTest project" ON)32 set(SELF_TEST_DIR ${CATCH_DIR}/projects/SelfTest)
123 def SelfTest(client): function
46 if not pinweaver_client.SelfTest(host):