Home
last modified time | relevance | path

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

/external/catch2/projects/
DCMakeLists.txt9 configure_file(${CATCH_DIR}/misc/SelfTest.vcxproj.user
314 add_executable(SelfTest ${TEST_SOURCES} ${IMPL_SOURCES} ${REPORTER_SOURCES} ${SURROGATE_SOURCES} ${… target
315 target_include_directories(SelfTest PRIVATE ${HEADER_DIR})
319 target_compile_features(SelfTest
346 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 …]
/external/catch2/docs/
Dcontributing.md28 `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
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.md59 …ntly has no documentation. If you want to try it out, look at `projects/SelfTest/Benchmark.tests.c…
Drelease-notes.md697 * See `projects/SelfTest/Benchmark.tests.cpp` for examples
/external/catch2/
DAndroid.bp99 "projects/SelfTest/**/*.cpp",
104 "projects/SelfTest/CompileTimePerfTests/**/*.cpp",
DCMakeLists.txt27 option(CATCH_BUILD_TESTING "Build SelfTest project" ON)
40 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):
/external/pigweed/pw_kvs/public/pw_kvs/
Dflash_memory.h63 virtual Status SelfTest() { return Status::Unimplemented(); } in SelfTest() function
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/lib/tpm/
Dsub.mk186 srcs-y += tpm_symlink/TPMCmd/tpm/src/command/Testing/SelfTest.c