aboutsummaryrefslogtreecommitdiff
path: root/zenserver-test/zenserver-test.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-15 22:44:32 +0200
committerStefan Boberg <[email protected]>2021-09-15 22:44:47 +0200
commit8f889ca565f16f41420b5e9555d6479d6dddd725 (patch)
treee7eb81c538cfc7a7e55ecefc6caf3cb04a1f0fa1 /zenserver-test/zenserver-test.cpp
parentAdde reminder that the content type is embedded in the IoBuffer (diff)
downloadzen-8f889ca565f16f41420b5e9555d6479d6dddd725.tar.xz
zen-8f889ca565f16f41420b5e9555d6479d6dddd725.zip
Hooked up zenhttp to the test framework so tests actually run as part of zenserver-test
Diffstat (limited to 'zenserver-test/zenserver-test.cpp')
-rw-r--r--zenserver-test/zenserver-test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/zenserver-test/zenserver-test.cpp b/zenserver-test/zenserver-test.cpp
index 1ae3f39fa..213648319 100644
--- a/zenserver-test/zenserver-test.cpp
+++ b/zenserver-test/zenserver-test.cpp
@@ -14,6 +14,7 @@
#include <zencore/string.h>
#include <zencore/thread.h>
#include <zencore/timer.h>
+#include <zenhttp/zenhttp.h>
#include <zenhttp/httpclient.h>
#include <zenserverprocess.h>
@@ -658,6 +659,7 @@ main(int argc, char** argv)
mi_version();
zencore_forcelinktests();
+ zen::zenhttp_forcelinktests();
zen::logging::InitializeLogging();