Skip to content

Commit

Permalink
[CMake] don't run long binary input test
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jan 8, 2022
1 parent abd5080 commit 76afcbd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -876,18 +876,13 @@ add_test(
NAME input-devnull
COMMAND sh -c "./notcurses-input -v < /dev/null"
)
# provide a binary file
add_test(
NAME input-binary
COMMAND sh -c "./notcurses-input -v < notcurses-input"
)
# provide an ASCII file
add_test(
NAME input-text
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)
LIST(APPEND TESTBINS ncpp_build ncpp_build_exceptions input-devnull input-text)
endif()
add_test(
NAME sgr-direct
Expand Down

0 comments on commit 76afcbd

Please sign in to comment.