aboutsummaryrefslogtreecommitdiff
path: root/test/base/platform/unix
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-09-04 02:06:20 +0800
committerYuqian Yang <crupest@crupest.life>2025-09-04 02:06:20 +0800
commitac3d88fc043d628979675dc3ef99ba5e1b4d58ca (patch)
tree6e122b7a4e119e3535b57df5cb7d17a8e034f46c /test/base/platform/unix
parent1b197ca9997eb407407e508eb199b1e6fae78926 (diff)
downloadcru-ac3d88fc043d628979675dc3ef99ba5e1b4d58ca.tar.gz
cru-ac3d88fc043d628979675dc3ef99ba5e1b4d58ca.tar.bz2
cru-ac3d88fc043d628979675dc3ef99ba5e1b4d58ca.zip
Add unix event loop.
Diffstat (limited to 'test/base/platform/unix')
-rw-r--r--test/base/platform/unix/EventLoopTest.cpp (renamed from test/base/platform/unix/TimerTest.cpp)2
1 files changed, 1 insertions, 1 deletions
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>