aboutsummaryrefslogtreecommitdiff
path: root/zencore/timer.cpp
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-09-20 10:28:38 +0200
committerPer Larsson <[email protected]>2021-09-20 10:28:38 +0200
commitd7e8b3f1435ba50f50393692763508f3224aa9b1 (patch)
treeee4357d70cdb9ea1fbcc3836d859cf39fe8e2f42 /zencore/timer.cpp
parentAdded support for skipping package attachments. (diff)
parenttrivial: include cleanup (diff)
downloadzen-d7e8b3f1435ba50f50393692763508f3224aa9b1.tar.xz
zen-d7e8b3f1435ba50f50393692763508f3224aa9b1.zip
Merge branch 'main' of https://github.com/EpicGames/zen
Diffstat (limited to 'zencore/timer.cpp')
-rw-r--r--zencore/timer.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/zencore/timer.cpp b/zencore/timer.cpp
index 08b5e06d2..1e73a7532 100644
--- a/zencore/timer.cpp
+++ b/zencore/timer.cpp
@@ -1,8 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
-#include <doctest/doctest.h>
#include <zencore/thread.h>
#include <zencore/timer.h>
+
+#include <zencore/testing.h>
+
#if ZEN_PLATFORM_WINDOWS
# include <zencore/windows.h>
#elif ZEN_PLATFORM_LINUX
@@ -62,6 +64,8 @@ GetHifreqTimerFrequencySafe()
// Testing related code follows...
//
+#if ZEN_WITH_TESTS
+
void
timer_forcelink()
{
@@ -79,4 +83,6 @@ TEST_CASE("Timer")
CHECK_NE(s0, s1);
}
+#endif
+
} // namespace zen