From abd5080810bf66a84b9e76ce4569db81240bf3ec Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 8 Jan 2022 00:30:46 -0500 Subject: [PATCH] [CMake] run notcurses-input with smaller input --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e1ddd52b..b41499ef1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -884,7 +884,7 @@ add_test( # provide an ASCII file add_test( NAME input-text - COMMAND sh -c "./notcurses-input < ${CMAKE_CURRENT_LIST_FILE}" + COMMAND sh -c "./notcurses-input < ${CMAKE_SOURCE_DIR}/COPYRIGHT" ) add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} DEPENDS notcurses-input) LIST(APPEND TESTBINS ncpp_build ncpp_build_exceptions input-devnull input-binary input-text)