Skip to content

Commit 05ebbd3

Browse files
authored
chore: return slash to cmake tests
1 parent dcf9df2 commit 05ebbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ target_link_libraries(${TESTS_TARGET} PUBLIC gtest)
77
target_link_libraries(${TESTS_TARGET} PUBLIC fast_matrix_market)
88

99
target_compile_definitions(${TESTS_TARGET} PUBLIC
10-
TESTS_DATA_PATH="${CMAKE_CURRENT_SOURCE_DIR}/test_data")
10+
TESTS_DATA_PATH="${CMAKE_CURRENT_SOURCE_DIR}/test_data/")
1111

1212
# tests files
1313
target_sources(${TESTS_TARGET} PUBLIC "rpq_tests.cpp")

0 commit comments

Comments
 (0)