Skip to content

Commit

Permalink
build: ensure Drafter C Tests are executed
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 11, 2019
1 parent 77028db commit 07b7b9d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,13 @@ file(
${CMAKE_CURRENT_BINARY_DIR}/test/fixtures/
)

add_executable(drafter-ctest
test-CAPI.c
)

target_link_libraries(drafter-ctest
PRIVATE
drafter::drafter
)

add_test(DrafterCTest drafter-ctest)

0 comments on commit 07b7b9d

Please sign in to comment.