Skip to content

Commit

Permalink
Rename build-krnlmon-tests to krnlmon-unit-tests (ipdk-io#162)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Foster <derek.foster@intel.com>
  • Loading branch information
ffoulkes authored Oct 4, 2024
1 parent b7aee72 commit 730d301
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmake/testing.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ add_custom_target(krnlmon-test

set_target_properties(krnlmon-test PROPERTIES EXCLUDE_FROM_ALL TRUE)

#######################
# build-krnlmon-tests #
#######################
######################
# krnlmon-unit-tests #
######################

add_custom_target(build-krnlmon-tests
add_custom_target(krnlmon-unit-tests
DEPENDS ${test_targets}
)

Expand Down

0 comments on commit 730d301

Please sign in to comment.