Skip to content

Commit

Permalink
test ncpp tests in drone
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jul 2, 2020
1 parent 7f4a845 commit 2a42077
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Expand Up @@ -540,10 +540,6 @@ target_link_libraries(notcurses-tester
# sadly, this doesn't take effect until CMake 3.17...
set(CMAKE_CTEST_ARGUMENTS "-V")
enable_testing()
add_test(
NAME notcurses-tester
COMMAND notcurses-tester -p ${CMAKE_CURRENT_SOURCE_DIR}/data
)
add_test(
NAME ncpp_build
COMMAND ncpp_build
Expand All @@ -568,6 +564,10 @@ add_test(
NAME rgbbg
COMMAND rgbbg
)
add_test(
NAME notcurses-tester
COMMAND notcurses-tester -p ${CMAKE_CURRENT_SOURCE_DIR}/data
)
endif()

# pkg-config support
Expand Down

0 comments on commit 2a42077

Please sign in to comment.