Skip to content

Commit

Permalink
fixup! cmake: Include CTest
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jan 20, 2024
1 parent c6a03bc commit ccf28f0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cmake/tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,15 @@ if(TARGET test_bitcoin)

add_all_test_targets()
endif()

if(TARGET unitester)
add_test(NAME univalue_test
COMMAND unitester
)
endif()

if(TARGET object)
add_test(NAME univalue_object_test
COMMAND object
)
endif()

0 comments on commit ccf28f0

Please sign in to comment.