move benchmarks to their own dir.
This commit is contained in:
parent
a008951e02
commit
0561f59b77
@ -2,8 +2,6 @@
|
||||
|
||||
set -e
|
||||
|
||||
cd benchmarks
|
||||
|
||||
benchmarks=`echo *bench*`
|
||||
|
||||
runbench() {
|
@ -17,7 +17,7 @@ ROOTOBJ= test11 test33 test43 test46
|
||||
GCCOBJ= test45-gcc test49-gcc
|
||||
|
||||
all: $(OBJ) $(BIGOBJ) $(GCCOBJ) $(ROOTOBJ) Benchmarks
|
||||
chmod 755 *.sh run run-bench
|
||||
chmod 755 *.sh run
|
||||
|
||||
Benchmarks:
|
||||
cd benchmarks && for d in *bench*; do cd $$d && $(MAKE) || exit 1; done
|
||||
|
Loading…
x
Reference in New Issue
Block a user