Skip to content

Commit b66d067

Browse files
committed
tests => test
1 parent bc08a8d commit b66d067

20 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ endif()
143143
if (BOOST_REDIS_TESTS)
144144
enable_testing()
145145

146-
add_library(tests_common STATIC tests/common.cpp)
146+
add_library(tests_common STATIC test/common.cpp)
147147
target_compile_features(tests_common PRIVATE cxx_std_17)
148148
target_link_libraries(tests_common PRIVATE boost_redis_project_options)
149149

150150
macro(make_test TEST_NAME STANDARD)
151-
add_executable(${TEST_NAME} tests/${TEST_NAME}.cpp)
151+
add_executable(${TEST_NAME} test/${TEST_NAME}.cpp)
152152
target_link_libraries(${TEST_NAME} PRIVATE boost_redis_src tests_common)
153153
target_link_libraries(${TEST_NAME} PRIVATE boost_redis_project_options)
154154
target_compile_features(${TEST_NAME} PRIVATE cxx_std_${STANDARD})
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)