Make CMake/Make signal start of test suite run

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2023-06-17 13:29:47 +02:00
parent 34bba44d38
commit c6aa8815a2

View file

@ -38,7 +38,8 @@ set (test_SRCS AtomicFileTest data.t Datafile.t DatetimeParser.t exclusion.t hel
add_custom_target (test ./run_all --verbose
DEPENDS ${test_SRCS} timew_executable doc
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/test)
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/test
COMMENT "Running testsuite...")
foreach (src_FILE ${test_SRCS})
add_executable (${src_FILE} "${src_FILE}.cpp" test.cpp)