From 187f0393347d8962d445286171db720e24242703 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Tue, 23 Jun 2020 09:55:14 +0200 Subject: implemented tree_balanced_insert() and test functions --- src/main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main.c') 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 -- cgit v1.2.3