Skip to content

Commit

Permalink
refactor: add coverage target
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzzhHe committed Jul 12, 2024
1 parent 9506ef3 commit 24cc8d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ link_libraries(

# Add subdirectories for different test types
add_subdirectory(system_test)
# add_subdirectory(unit_test)
add_subdirectory(unit_test)
# add_subdirectory(integration_test)

# Optional coverage target
add_coverage_target(
DEPENDS system_test
DEPENDS unit_test
SOURCE_DIR ${SimpleRenderer_SOURCE_DIR}
BINARY_DIR ${SimpleRenderer_BINARY_DIR}
EXCLUDE_DIR ${SimpleRenderer_SOURCE_DIR}/3rd/*
Expand Down

0 comments on commit 24cc8d1

Please sign in to comment.