aboutsummaryrefslogtreecommitdiff
path: root/zencore/uid.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/uid.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/uid.cpp')
-rw-r--r--zencore/uid.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/zencore/uid.cpp b/zencore/uid.cpp
index ed00b1814..d4b708288 100644
--- a/zencore/uid.cpp
+++ b/zencore/uid.cpp
@@ -4,6 +4,7 @@
#include <zencore/endian.h>
#include <zencore/string.h>
+#include <zencore/testing.h>
#include <atomic>
#include <bit>
@@ -12,8 +13,6 @@
#include <set>
#include <unordered_map>
-#include <doctest/doctest.h>
-
namespace zen {
//////////////////////////////////////////////////////////////////////////
@@ -109,6 +108,8 @@ Oid::ToString(StringBuilderBase& OutString) const
return OutString;
}
+#if ZEN_WITH_TESTS
+
TEST_CASE("Oid")
{
SUBCASE("Basic")
@@ -143,4 +144,6 @@ uid_forcelink()
{
}
+#endif
+
} // namespace zen