Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGAzed committed Jun 13, 2024
1 parent 2dd1c2c commit 7ee890a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/blackbox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ target_link_libraries(BLACKBOX
greatest
program
)

add_test(
NAME BLACKBOX_TEST
COMMAND BLACKBOX
)
5 changes: 5 additions & 0 deletions test/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ target_link_libraries(UNITTESTS
greatest
program
)

add_test(
NAME UNIT_TEST
COMMAND UNITTESTS
)

0 comments on commit 7ee890a

Please sign in to comment.