Skip to content

Commit

Permalink
Simplify blank integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaldrop107 committed Nov 20, 2023
1 parent 420c098 commit ad722ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ if("${BUILD_TESTING}")
cmaize_add_tests(
test_integration_${PROJECT_NAME}
SOURCE_DIR "${cxx_test_dir}/integration_tests"
INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/src/${PROJECT_NAME}"
DEPENDS Catch2::Catch2 ${PROJECT_NAME} ${PROJECT_NAME}_examples
INCLUDE_DIRS "${cxx_test_dir}/integration_tests"
DEPENDS Catch2::Catch2
)
cmaize_add_tests(
test_${PROJECT_NAME}_docs
Expand Down

0 comments on commit ad722ad

Please sign in to comment.