mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
run notcurses-info as part of ctest
This commit is contained in:
parent
2ed67f6ffc
commit
4758946a49
@ -678,6 +678,10 @@ endif()
|
|||||||
enable_testing()
|
enable_testing()
|
||||||
# the accursed Ubuntu buildd sets "TERM=unknown" for unfathomable reasons
|
# the accursed Ubuntu buildd sets "TERM=unknown" for unfathomable reasons
|
||||||
if(DEFINED ENV{TERM} AND NOT $ENV{TERM} STREQUAL "unknown" AND USE_POC)
|
if(DEFINED ENV{TERM} AND NOT $ENV{TERM} STREQUAL "unknown" AND USE_POC)
|
||||||
|
add_test(
|
||||||
|
NAME notcurses-info
|
||||||
|
COMMAND notcurses-info
|
||||||
|
)
|
||||||
add_test(
|
add_test(
|
||||||
NAME ncpp_build
|
NAME ncpp_build
|
||||||
COMMAND ncpp_build
|
COMMAND ncpp_build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user