Skip to content

Commit d125b6c

Browse files
committed
clean tests
1 parent ac6c2aa commit d125b6c

File tree

4 files changed

+3
-33
lines changed

4 files changed

+3
-33
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ endif ()
8484

8585
# Data: ----------------------------------------------------------------------------------------------------------------
8686
if (ALP_BUILD_TESTING OR ALP_BUILD_PUBLICATION OR ALP_BUILD_BENCHMARKING)
87-
include_directories(${CMAKE_SOURCE_DIR}/data/include)
87+
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/data/include)
8888
endif ()
8989

9090
# Gtest: ---------------------------------------------------------------------------------------------------------------

test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
add_executable(test_alp_sample test_alp_sample.cpp)
2-
target_link_libraries(test_alp_sample PUBLIC gtest_main ALP)
1+
add_executable(test_alp_sample test_alp.cpp)
2+
target_link_libraries(test_alp_sample PRIVATE gtest_main ALP)
33
gtest_discover_tests(test_alp_sample)

test/include/test/mapper.hpp

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)