Skip to content

Commit

Permalink
VOXELCOLLECTION: forgot to copy the file in the 'real' test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Jun 18, 2024
1 parent ab47f09 commit b3cf162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/voxelcollection/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ gtest_suite_files(tests ${TEST_FILES})
if (NOT CMAKE_GENERATOR MATCHES "Xcode")
gtest_suite_begin(tests-${LIB} TEMPLATE ${ROOT_DIR}/src/modules/core/tests/main.cpp.in)
gtest_suite_sources(tests-${LIB} ${TEST_SRCS})
gtest_suite_files(tests-${LIB} ${TEST_FILES})
gtest_suite_deps(tests-${LIB} ${LIB} test-app)
gtest_suite_end(tests-${LIB})
endif()

0 comments on commit b3cf162

Please sign in to comment.