Skip to content

Commit 6d52ff6

Browse files
Alexey Utkinalexey-utkin
authored andcommitted
UTBotCpp-235 Ambiguous restoration of the source file name from the test file #235
Fix test name (to `_dot_c_test` suffix) in handwritten CMakeLists.txt
1 parent 7404c9d commit 6d52ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/test/suites/char/tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
77
set(CMAKE_C_STANDARD_REQUIRED ON)
88

99
add_library(char_test
10-
char_literals_test.cpp)
10+
char_literals_dot_c_test.cpp)
1111

1212
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
1313
add_subdirectory($ENV{UTBOT_ALL}/gtest

0 commit comments

Comments
 (0)