Skip to content

Commit

Permalink
update(tests): automatically run libscap tests in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <luca@guerra.sh>
  • Loading branch information
LucaGuerra authored and poiana committed Aug 2, 2022
1 parent 01f6e70 commit a8561a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,6 @@ if(CREATE_TEST_TARGETS AND NOT WIN32)
# the code and output to stdout.
add_custom_target(run-unit-tests
COMMAND ${CMAKE_MAKE_PROGRAM} run-unit-test-libsinsp
COMMAND ${CMAKE_MAKE_PROGRAM} run-unit-test-libscap
)
endif()

0 comments on commit a8561a7

Please sign in to comment.