aboutsummaryrefslogtreecommitdiff
path: root/test/common/CMakeLists.txt
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-02-03 17:55:00 +0800
committercrupest <crupest@outlook.com>2022-02-03 17:55:00 +0800
commit5aca7b099c46a87a859f40110efce708200a4bc8 (patch)
tree76a0daef247ab2b2269eebdbbda10134f213d1ca /test/common/CMakeLists.txt
parentd15172cfe1ac8558567c1b1c10c2e671b0d1f033 (diff)
downloadcru-5aca7b099c46a87a859f40110efce708200a4bc8.tar.gz
cru-5aca7b099c46a87a859f40110efce708200a4bc8.tar.bz2
cru-5aca7b099c46a87a859f40110efce708200a4bc8.zip
...
Diffstat (limited to 'test/common/CMakeLists.txt')
-rw-r--r--test/common/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/common/CMakeLists.txt b/test/common/CMakeLists.txt
index 38c15000..600c18c3 100644
--- a/test/common/CMakeLists.txt
+++ b/test/common/CMakeLists.txt
@@ -8,13 +8,14 @@ target_link_libraries(cru_base_test PRIVATE cru_base cru_test_base)
if (UNIX)
target_sources(cru_base_test PRIVATE
- io/UnixFileStreamTest.cpp
+ platform/unix/UnixFileStreamTest.cpp
)
endif()
if (WIN32)
target_sources(cru_base_test PRIVATE
- io/Win32FileStreamTest.cpp
+ platform/win/StreamConvertTest.cpp
+ platform/win/Win32FileStreamTest.cpp
)
add_custom_command(TARGET cru_base_test POST_BUILD