mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
run notcurses-input as part of ctest
This commit is contained in:
parent
0c007078f0
commit
f2935a23aa
@ -871,6 +871,14 @@ add_test(
|
||||
NAME ncpp_build_exceptions
|
||||
COMMAND ncpp_build_exceptions
|
||||
)
|
||||
add_test(
|
||||
NAME input-devnull
|
||||
COMMAND sh -c "notcurses-input < /dev/null"
|
||||
)
|
||||
add_test(
|
||||
NAME input-self
|
||||
COMMAND sh -c "notcurses-input < notcurses-input"
|
||||
)
|
||||
LIST(APPEND TESTBINS ncpp_build ncpp_build_exceptions)
|
||||
endif()
|
||||
add_test(
|
||||
|
Loading…
x
Reference in New Issue
Block a user