mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
[CMake] run notcurses-input with smaller input
This commit is contained in:
parent
5cb5e890dc
commit
abd5080810
@ -884,7 +884,7 @@ add_test(
|
|||||||
# provide an ASCII file
|
# provide an ASCII file
|
||||||
add_test(
|
add_test(
|
||||||
NAME input-text
|
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)
|
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)
|
LIST(APPEND TESTBINS ncpp_build ncpp_build_exceptions input-devnull input-binary input-text)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user