mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Add a hint to 'make test' see test problems
This commit is contained in:
parent
bfc220058f
commit
dbeee0640a
2 changed files with 7 additions and 0 deletions
|
@ -184,6 +184,11 @@ add_custom_command(OUTPUT run-reproduce
|
|||
)
|
||||
add_custom_target(reproduce DEPENDS run-reproduce)
|
||||
|
||||
add_custom_command(OUTPUT show-problems
|
||||
COMMAND cd test && ./problems
|
||||
)
|
||||
add_custom_target(problems DEPENDS show-problems)
|
||||
|
||||
# ---
|
||||
|
||||
set (CPACK_SOURCE_GENERATOR "TGZ")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue