Skip to content

Commit d09180f

Browse files
Kirill Zhuchkovr0busta
authored andcommitted
Move the OlpClientTest closer to its relatives
The test file should be in the folder where it's expected to be found. Relates-To: OLPEDGE-1398 Signed-off-by: Kirill Zhuchkov <[email protected]>
1 parent 4e09008 commit d09180f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

olp-cpp-sdk-core/tests/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ set(OLP_CPP_SDK_CORE_TESTS_SOURCES
2222
./client/CancellationContextTest.cpp
2323
./client/ConditionTest.cpp
2424
./client/HRNTest.cpp
25+
./client/OlpClientTest.cpp
2526
./client/TaskContextTest.cpp
2627

2728
./geo/coordinates/GeoCoordinates3dTest.cpp
@@ -46,8 +47,6 @@ set(OLP_CPP_SDK_CORE_TESTS_SOURCES
4647
./logging/MessageFormatterTest.cpp
4748
./logging/MockAppender.cpp
4849

49-
./olpclient/OlpClientTest.cpp
50-
5150
./thread/SyncQueueTest.cpp
5251
./thread/ThreadPoolTaskSchedulerTest.cpp
5352
./http/NetworkUtils.cpp
File renamed without changes.

0 commit comments

Comments
 (0)