CMake: run some PoCs + ncneofetch as tests

This commit is contained in:
nick black 2020-06-28 06:04:41 -04:00
parent 5815a65fb5
commit aec94e86ee
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -544,6 +544,34 @@ add_test(
NAME notcurses-tester
COMMAND notcurses-tester -p ${CMAKE_CURRENT_SOURCE_DIR}/data
)
add_test(
NAME ncpp_build
COMMAND ncpp_build
)
add_test(
NAME ncpp_build_exceptions
COMMAND ncpp_build_exceptions
)
add_test(
NAME dirgb
COMMAND dirgb
)
add_test(
NAME sgr
COMMAND sgr
)
add_test(
NAME rgb
COMMAND rgb
)
add_test(
NAME rgbbg
COMMAND rgbbg
)
add_test(
NAME ncneofetch
COMMAND ncneofetch
)
endif()
# pkg-config support