Skip to content

Commit

Permalink
Ensure Drafter C Tests are executed (#747)
Browse files Browse the repository at this point in the history
Ensure Drafter C Tests are executed
  • Loading branch information
pksunkara authored Sep 11, 2019
2 parents 77028db + 07b7b9d commit e88ca9c
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 e88ca9c

Please sign in to comment.