diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-09-03 12:42:10 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-09-03 12:42:10 +0800 |
commit | efa1266f10e90c0c46f47cc06645422142cb2d9f (patch) | |
tree | 3d8cfefb81ce4645d150c08fc52ad646b6da80e2 | |
parent | 5e59a8e38c9f8992e6ffd9dbbde11e1f873780e1 (diff) | |
download | cru-efa1266f10e90c0c46f47cc06645422142cb2d9f.tar.gz cru-efa1266f10e90c0c46f47cc06645422142cb2d9f.tar.bz2 cru-efa1266f10e90c0c46f47cc06645422142cb2d9f.zip |
common -> base in test dir.
-rw-r--r-- | test/CMakeLists.txt | 2 | ||||
-rw-r--r-- | test/base/CMakeLists.txt (renamed from test/common/CMakeLists.txt) | 0 | ||||
-rw-r--r-- | test/base/Event2Test.cpp (renamed from test/common/Event2Test.cpp) | 0 | ||||
-rw-r--r-- | test/base/HandlerRegistryTest.cpp (renamed from test/common/HandlerRegistryTest.cpp) | 0 | ||||
-rw-r--r-- | test/base/PropertyTreeTest.cpp (renamed from test/common/PropertyTreeTest.cpp) | 0 | ||||
-rw-r--r-- | test/base/SelfResolvableTest.cpp (renamed from test/common/SelfResolvableTest.cpp) | 0 | ||||
-rw-r--r-- | test/base/StringTest.cpp (renamed from test/common/StringTest.cpp) | 0 | ||||
-rw-r--r-- | test/base/StringToNumberConverterTest.cpp (renamed from test/common/StringToNumberConverterTest.cpp) | 0 | ||||
-rw-r--r-- | test/base/StringUtilTest.cpp (renamed from test/common/StringUtilTest.cpp) | 0 | ||||
-rw-r--r-- | test/base/SubProcessHelper/CruEcho.cpp (renamed from test/common/SubProcessHelper/CruEcho.cpp) | 0 | ||||
-rw-r--r-- | test/base/SubProcessHelper/CruTee.cpp (renamed from test/common/SubProcessHelper/CruTee.cpp) | 0 | ||||
-rw-r--r-- | test/base/SubProcessTest.cpp (renamed from test/common/SubProcessTest.cpp) | 0 | ||||
-rw-r--r-- | test/base/platform/unix/UnixFileStreamTest.cpp (renamed from test/common/platform/unix/UnixFileStreamTest.cpp) | 0 | ||||
-rw-r--r-- | test/base/platform/unix/UnixFileTest.cpp (renamed from test/common/platform/unix/UnixFileTest.cpp) | 0 | ||||
-rw-r--r-- | test/base/platform/win/StreamConvertTest.cpp (renamed from test/common/platform/win/StreamConvertTest.cpp) | 0 | ||||
-rw-r--r-- | test/base/platform/win/Win32FileStreamTest.cpp (renamed from test/common/platform/win/Win32FileStreamTest.cpp) | 0 |
16 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 524b3dd0..cd51b2f3 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -15,7 +15,7 @@ function(cru_catch_discover_tests target) endif() endfunction() -add_subdirectory(common) +add_subdirectory(base) add_subdirectory(platform) add_subdirectory(xml) add_subdirectory(toml) diff --git a/test/common/CMakeLists.txt b/test/base/CMakeLists.txt index 683c8295..683c8295 100644 --- a/test/common/CMakeLists.txt +++ b/test/base/CMakeLists.txt diff --git a/test/common/Event2Test.cpp b/test/base/Event2Test.cpp index 0c67f28e..0c67f28e 100644 --- a/test/common/Event2Test.cpp +++ b/test/base/Event2Test.cpp diff --git a/test/common/HandlerRegistryTest.cpp b/test/base/HandlerRegistryTest.cpp index aacef70f..aacef70f 100644 --- a/test/common/HandlerRegistryTest.cpp +++ b/test/base/HandlerRegistryTest.cpp diff --git a/test/common/PropertyTreeTest.cpp b/test/base/PropertyTreeTest.cpp index 24d7ca9e..24d7ca9e 100644 --- a/test/common/PropertyTreeTest.cpp +++ b/test/base/PropertyTreeTest.cpp diff --git a/test/common/SelfResolvableTest.cpp b/test/base/SelfResolvableTest.cpp index c214bd77..c214bd77 100644 --- a/test/common/SelfResolvableTest.cpp +++ b/test/base/SelfResolvableTest.cpp diff --git a/test/common/StringTest.cpp b/test/base/StringTest.cpp index 9ed351e5..9ed351e5 100644 --- a/test/common/StringTest.cpp +++ b/test/base/StringTest.cpp diff --git a/test/common/StringToNumberConverterTest.cpp b/test/base/StringToNumberConverterTest.cpp index 82062bdb..82062bdb 100644 --- a/test/common/StringToNumberConverterTest.cpp +++ b/test/base/StringToNumberConverterTest.cpp diff --git a/test/common/StringUtilTest.cpp b/test/base/StringUtilTest.cpp index 1da6e963..1da6e963 100644 --- a/test/common/StringUtilTest.cpp +++ b/test/base/StringUtilTest.cpp diff --git a/test/common/SubProcessHelper/CruEcho.cpp b/test/base/SubProcessHelper/CruEcho.cpp index 5f23c027..5f23c027 100644 --- a/test/common/SubProcessHelper/CruEcho.cpp +++ b/test/base/SubProcessHelper/CruEcho.cpp diff --git a/test/common/SubProcessHelper/CruTee.cpp b/test/base/SubProcessHelper/CruTee.cpp index 4470d2a8..4470d2a8 100644 --- a/test/common/SubProcessHelper/CruTee.cpp +++ b/test/base/SubProcessHelper/CruTee.cpp diff --git a/test/common/SubProcessTest.cpp b/test/base/SubProcessTest.cpp index d353dec0..d353dec0 100644 --- a/test/common/SubProcessTest.cpp +++ b/test/base/SubProcessTest.cpp diff --git a/test/common/platform/unix/UnixFileStreamTest.cpp b/test/base/platform/unix/UnixFileStreamTest.cpp index 417fccc2..417fccc2 100644 --- a/test/common/platform/unix/UnixFileStreamTest.cpp +++ b/test/base/platform/unix/UnixFileStreamTest.cpp diff --git a/test/common/platform/unix/UnixFileTest.cpp b/test/base/platform/unix/UnixFileTest.cpp index d5bba0db..d5bba0db 100644 --- a/test/common/platform/unix/UnixFileTest.cpp +++ b/test/base/platform/unix/UnixFileTest.cpp diff --git a/test/common/platform/win/StreamConvertTest.cpp b/test/base/platform/win/StreamConvertTest.cpp index 90ebb568..90ebb568 100644 --- a/test/common/platform/win/StreamConvertTest.cpp +++ b/test/base/platform/win/StreamConvertTest.cpp diff --git a/test/common/platform/win/Win32FileStreamTest.cpp b/test/base/platform/win/Win32FileStreamTest.cpp index dc2f49d4..dc2f49d4 100644 --- a/test/common/platform/win/Win32FileStreamTest.cpp +++ b/test/base/platform/win/Win32FileStreamTest.cpp |