Quellcode durchsuchen

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

bel vor 8 Jahren
Ursprung
Commit
6c9942bbb4
1 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  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"