فهرست منبع

change include path to build on linux, fix .gitignore

Simon Byrne 10 سال پیش
والد
کامیت
d5140c2d34
2فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 2 1
      test/.gitignore
  2. 1 1
      test/libm-bench.cpp

+ 2 - 1
test/.gitignore

@@ -4,5 +4,6 @@
 /test-double
 /test-double-system
 /test-double.dSYM
-/libm-bench
+/bench-openlibm
+/bench-syslibm
 /*.exe

+ 1 - 1
test/libm-bench.cpp

@@ -3,7 +3,7 @@
 // Benchmark on libm functions
 
 #include <math.h>
-#include <sys/time.h>
+#include <time.h>
 #include <stdio.h>
 #include <stdlib.h>