aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/base/CMakeLists.txt2
-rw-r--r--test/base/platform/unix/EventLoopTest.cpp (renamed from test/base/platform/unix/TimerTest.cpp)2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/base/CMakeLists.txt b/test/base/CMakeLists.txt
index 5abba240..95313ccb 100644
--- a/test/base/CMakeLists.txt
+++ b/test/base/CMakeLists.txt
@@ -25,7 +25,7 @@ target_compile_definitions(CruBaseTest PRIVATE
if (UNIX AND NOT EMSCRIPTEN)
target_sources(CruBaseTest PRIVATE
- platform/unix/TimerTest.cpp
+ platform/unix/EventLoopTest.cpp
platform/unix/UnixFileTest.cpp
platform/unix/UnixFileStreamTest.cpp
)
diff --git a/test/base/platform/unix/TimerTest.cpp b/test/base/platform/unix/EventLoopTest.cpp
index dc3cc1ba..f5936b2a 100644
--- a/test/base/platform/unix/TimerTest.cpp
+++ b/test/base/platform/unix/EventLoopTest.cpp
@@ -1,4 +1,4 @@
-#include "cru/base/platform/unix/Timer.h"
+#include "cru/base/platform/unix/EventLoop.h"
#include <catch2/catch_test_macros.hpp>