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:
Paul Beckingham 2015-10-18 00:00:25 -04:00
parent 113d96f382
commit 3ceab3f7a4
6 changed files with 358 additions and 138 deletions

View file

@ -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)