aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/zenhttp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zenhttp/zenhttp.cpp')
-rw-r--r--src/zenhttp/zenhttp.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/zenhttp/zenhttp.cpp b/src/zenhttp/zenhttp.cpp
new file mode 100644
index 000000000..4bd6a5697
--- /dev/null
+++ b/src/zenhttp/zenhttp.cpp
@@ -0,0 +1,22 @@
+// Copyright Epic Games, Inc. All Rights Reserved.
+
+#include <zenhttp/zenhttp.h>
+
+#if ZEN_WITH_TESTS
+
+# include <zenhttp/httpclient.h>
+# include <zenhttp/httpserver.h>
+# include <zenhttp/httpshared.h>
+
+namespace zen {
+
+void
+zenhttp_forcelinktests()
+{
+ http_forcelink();
+ forcelink_httpshared();
+}
+
+} // namespace zen
+
+#endif