mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[cmake] get notcurses-input run in ctest on drone
This commit is contained in:
parent
f2935a23aa
commit
12e4570e03
@ -873,13 +873,14 @@ add_test(
|
||||
)
|
||||
add_test(
|
||||
NAME input-devnull
|
||||
COMMAND sh -c "notcurses-input < /dev/null"
|
||||
COMMAND sh -c "./notcurses-input < /dev/null"
|
||||
)
|
||||
add_test(
|
||||
NAME input-self
|
||||
COMMAND sh -c "notcurses-input < notcurses-input"
|
||||
COMMAND sh -c "./notcurses-input < notcurses-input"
|
||||
)
|
||||
LIST(APPEND TESTBINS ncpp_build ncpp_build_exceptions)
|
||||
add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} DEPENDS notcurses-input)
|
||||
LIST(APPEND TESTBINS ncpp_build ncpp_build_exceptions input-devnull input-self)
|
||||
endif()
|
||||
add_test(
|
||||
NAME sgr-direct
|
||||
|
Loading…
x
Reference in New Issue
Block a user