Home
last modified time | relevance | path

Searched refs:SelfTest (Results 1 – 9 of 9) sorted by relevance

/external/catch2/projects/
DCMakeLists.txt9 configure_file(${CATCH_DIR}/misc/SelfTest.vcxproj.user
276 add_executable(SelfTest ${TEST_SOURCES} ${IMPL_SOURCES} ${REPORTER_SOURCES} ${SURROGATE_SOURCES} ${… target
277 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 …]
/external/catch2/docs/
Dcontributing.md21 `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
Dcmake-integration.md190 * `CATCH_BUILD_TESTING` -- When `ON`, Catch2's SelfTest project will be
192 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.
Dtest-cases-and-sections.md58 …ntly has no documentation. If you want to try it out, look at `projects/SelfTest/Benchmark.tests.c…
Drelease-notes.md447 * See `projects/SelfTest/Benchmark.tests.cpp` for examples
/external/catch2/
DAndroid.bp67 "projects/SelfTest/**/*.cpp",
72 "projects/SelfTest/CompileTimePerfTests/**/*.cpp",
DCMakeLists.txt19 option(CATCH_BUILD_TESTING "Build SelfTest project" ON)
32 set(SELF_TEST_DIR ${CATCH_DIR}/projects/SelfTest)
/external/autotest/client/common_lib/cros/
Dpinweaver_client.py123 def SelfTest(client): function
/external/autotest/server/site_tests/firmware_Cr50PinWeaverServer/
Dfirmware_Cr50PinWeaverServer.py46 if not pinweaver_client.SelfTest(host):