Criterion/samples/tests/CMakeLists.txt

13 lines
198 B
CMake

set(SAMPLES
failmessages.c
exit.c
long-messages.c
other-crashes.c
failmessages.cc
exit.cc
long-messages.cc
other-crashes.cc
)
add_samples("${CMAKE_CURRENT_LIST_DIR}" "${SAMPLES}")