Merge pull request #70 from JuliaLang/sb/bench

change include path to build on linux, fix .gitignore
This commit is contained in:
Viral B. Shah 2014-12-05 15:23:09 +05:30
commit c0137793e2
2 changed files with 3 additions and 2 deletions

3
test/.gitignore vendored
View file

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

View file

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