run notcurses-input as part of ctest

pull/2528/head
nick black 2 years ago
parent 0c007078f0
commit f2935a23aa
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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…
Cancel
Save