浏览代码

Unit test linker broken ??? (need to retry this on ci environment)

bel 8 年之前
父节点
当前提交
6c9942bbb4
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      test/timertest.c

+ 5 - 5
test/timertest.c

@@ -29,14 +29,14 @@
 #endif
 #endif
 
-#include <stdlib.h>
-#include <time.h>
-
-#define USE_TIMERS
 #define CIVETWEB_API static
-#include "../include/civetweb.h"
+#define USE_TIMERS
+
 #include "../src/civetweb.c"
 
+#include <stdlib.h>
+#include <time.h>
+
 #include "timertest.h"