mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-08-23 14:36:47 +02:00
Test: Upgraded test framework
- Uses Taskwarrior's parallel harness. - Uses Taskwarrior's 'problems' script for diagnosis. - Removed 'run_all.in' processing. - Removed Perl 'template.t' script.
This commit is contained in:
parent
113d96f382
commit
3ceab3f7a4
6 changed files with 358 additions and 138 deletions
|
@ -26,8 +26,6 @@ endif (CYGWIN)
|
|||
|
||||
endif (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
|
||||
|
||||
configure_file (run_all.in run_all)
|
||||
|
||||
add_custom_target (test ./run_all --verbose
|
||||
DEPENDS ${test_SRCS} tasksh_executable
|
||||
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/test)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue