Skip to content

Commit

Permalink
Remove deleted test from coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Jan 1, 2024
1 parent e76b5cf commit 780e873
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ if (UTILS)
setup_target_for_coverage(hash_map_test)
setup_target_for_coverage(array_list_test)
setup_target_for_coverage(linked_list_test)
setup_target_for_coverage(ip_utils_test)
else ()
message(WARNING "Cannot find CppUTest, deprecated cpputest-based unit test will not be added")
endif () #end CppUTest_FOUND
Expand Down

0 comments on commit 780e873

Please sign in to comment.