diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a3a23e4c..1a14ca3a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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(