mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Make CMake/Make signal start of test suite run
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
34bba44d38
commit
c6aa8815a2
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue