Pārlūkot izejas kodu

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

bel 8 gadi atpakaļ
vecāks
revīzija
6c9942bbb4
1 mainītis faili ar 5 papildinājumiem un 5 dzēšanām
  1. 5 5
      test/timertest.c

+ 5 - 5
test/timertest.c

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