Skip to content

Commit 8b2fb73

Browse files
committed
✅ Rename main_test→string_template_test
1 parent 23db711 commit 8b2fb73

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ FetchContent_Declare(Catch2
7272
GIT_TAG v3.0.1)
7373
FetchContent_MakeAvailable(Catch2)
7474

75-
add_subdirectory(main)
7675
add_subdirectory(regex)
76+
add_subdirectory(string_template)
7777
add_subdirectory(trailing_view)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cmake_minimum_required(VERSION 3.12)
2-
project(main_tests CXX)
2+
project(string_template_tests CXX)
33

44
# ${CMAKE_PROJECT_NAME}: project name of the root CMakeLists.txt
55
# ${PROJECT_NAME}: project name of the current CMakeLists.txt
66
add_executable(${PROJECT_NAME}
7-
main.cpp
7+
string_template.cpp
88
)
99

1010
target_link_libraries(${PROJECT_NAME} PRIVATE

0 commit comments

Comments
 (0)