mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Removed obsolete 'run_all' processing
This commit is contained in:
parent
7b13f57959
commit
6f38d531a1
1 changed files with 0 additions and 17 deletions
|
@ -16,23 +16,6 @@ set (test_SRCS autocomplete.t color.t config.t date.t fs.t i18n.t json.t list.t
|
||||||
variant_nomatch.t variant_not.t variant_or.t variant_partial.t
|
variant_nomatch.t variant_not.t variant_or.t variant_partial.t
|
||||||
variant_subtract.t variant_xor.t eval.t dates.t)
|
variant_subtract.t variant_xor.t eval.t dates.t)
|
||||||
|
|
||||||
message ("-- Configuring run_all")
|
|
||||||
if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
|
|
||||||
|
|
||||||
set (TESTBLOB "./*.t")
|
|
||||||
if (CYGWIN)
|
|
||||||
set (TESTBLOB "./*.t ./*.t.exe")
|
|
||||||
endif (CYGWIN)
|
|
||||||
|
|
||||||
else (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
|
|
||||||
|
|
||||||
set (TESTBLOB "${CMAKE_SOURCE_DIR}/test/*.t ${CMAKE_BINARY_DIR}/test/*.t")
|
|
||||||
if (CYGWIN)
|
|
||||||
set (TESTBLOB "${CMAKE_SOURCE_DIR}/test/*.t ${CMAKE_BINARY_DIR}/test/*.t.exe")
|
|
||||||
endif (CYGWIN)
|
|
||||||
|
|
||||||
endif (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})
|
|
||||||
|
|
||||||
add_custom_target (test ./run_all --verbose
|
add_custom_target (test ./run_all --verbose
|
||||||
DEPENDS ${test_SRCS} task_executable
|
DEPENDS ${test_SRCS} task_executable
|
||||||
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/test)
|
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/test)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue