From: Ben Gras Date: Tue, 2 Feb 2010 15:35:51 +0000 (+0000) Subject: make run-bench executable too. X-Git-Tag: v3.1.6~10 X-Git-Url: http://zhaoyanbai.com/repos/weatherstation.js?a=commitdiff_plain;h=64ab79e5e53a5ccfe6e4bab5716be8c04b750b09;p=minix.git make run-bench executable too. --- diff --git a/test/Makefile b/test/Makefile index 50097cf6a..463b18635 100644 --- a/test/Makefile +++ b/test/Makefile @@ -17,7 +17,7 @@ ROOTOBJ= test11 test33 test43 test46 GCCOBJ= test45-gcc test49-gcc all: $(OBJ) $(BIGOBJ) $(GCCOBJ) $(ROOTOBJ) Benchmarks - chmod 755 *.sh run + chmod 755 *.sh run run-bench Benchmarks: cd benchmarks && for d in *bench*; do cd $$d && $(MAKE) || exit 1; done