Skip to content

Commit

Permalink
Rename for consistency: test/perf.cxx => test/perf.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Dec 30, 2011
1 parent 61fb7bd commit 4395ac5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ unicode:
@$(MAKE) -C $@ -s
../julia $@.j

bin/perf%: perf.cxx
bin/perf%: perf.cpp
g++ -O$* ../external/openblas-v0.1alpha2.4/libopenblas.a $< -o $@

benchmarks/c.csv: bin/perf0 bin/perf1 bin/perf2 bin/perf3
Expand Down
2 changes: 0 additions & 2 deletions test/perf.cxx → test/perf.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// g++ -O2 perf.cxx -o perf ../external/openblas-v0.1alpha2.4/libopenblas.a

#include <sys/time.h>
#include <cstdio>
#include <cstdlib>
Expand Down

0 comments on commit 4395ac5

Please sign in to comment.