Skip to content

Commit 1547afc

Browse files
ut -> unit
1 parent 66fa321 commit 1547afc

File tree

118 files changed

+4
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ endif()
4747

4848
if (YDB_SDK_TESTS)
4949
enable_testing()
50-
add_subdirectory(tests/ut)
50+
add_subdirectory(tests/unit)
5151
add_subdirectory(tests/integration)
5252
endif()
5353

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.
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.

tests/ut/util/folder/pathsplit_ut.cpp renamed to tests/unit/util/folder/pathsplit_ut.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#define PSUF(NAME) NAME
2222
#define PSUF_LOCAL(NAME) NAME##Local
23-
#include <tests/ut/util/folder/pathsplit_ut.cpp>
23+
#include <tests/unit/util/folder/pathsplit_ut.cpp>
2424
#undef PSUF
2525
#undef PSUF_LOCAL
2626

@@ -30,7 +30,7 @@
3030
#undef _win_
3131
#define REVERT_WIN
3232
#endif
33-
#include <tests/ut/util/folder/pathsplit_ut.cpp>
33+
#include <tests/unit/util/folder/pathsplit_ut.cpp>
3434
#ifdef REVERT_WIN
3535
#define _win_
3636
#undef REVERT_WIN
@@ -44,7 +44,7 @@
4444
#define _win_
4545
#define REVERT_WIN
4646
#endif
47-
#include <tests/ut/util/folder/pathsplit_ut.cpp>
47+
#include <tests/unit/util/folder/pathsplit_ut.cpp>
4848
#ifdef REVERT_WIN
4949
#undef _win_
5050
#undef REVERT_WIN
File renamed without changes.

0 commit comments

Comments
 (0)