diff options
| author | Stefan Boberg <[email protected]> | 2021-09-15 22:44:32 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-15 22:44:47 +0200 |
| commit | 8f889ca565f16f41420b5e9555d6479d6dddd725 (patch) | |
| tree | e7eb81c538cfc7a7e55ecefc6caf3cb04a1f0fa1 /zenhttp/zenhttp.cpp | |
| parent | Adde reminder that the content type is embedded in the IoBuffer (diff) | |
| download | zen-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 'zenhttp/zenhttp.cpp')
| -rw-r--r-- | zenhttp/zenhttp.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/zenhttp/zenhttp.cpp b/zenhttp/zenhttp.cpp new file mode 100644 index 000000000..148cf4499 --- /dev/null +++ b/zenhttp/zenhttp.cpp @@ -0,0 +1,13 @@ +#include <zenhttp/zenhttp.h> + +#include <zenhttp/httpserver.h> + +namespace zen { + +void +zenhttp_forcelinktests() +{ + http_forcelink(); +} + +}
\ No newline at end of file |