aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index d66b7fb..848f04e 100644
--- a/src/main.c
+++ b/src/main.c
@@ -10,6 +10,10 @@
#include "log.h"
#include "server.h"
+#ifdef _TEST
+#include "test.h"
+#endif
+
int main(int argc, char* argv[])
{
//CMD line arg parsing goes in here