]> Zhao Yanbai Git Server - minix.git/commitdiff
make run-bench executable too.
authorBen Gras <ben@minix3.org>
Tue, 2 Feb 2010 15:35:51 +0000 (15:35 +0000)
committerBen Gras <ben@minix3.org>
Tue, 2 Feb 2010 15:35:51 +0000 (15:35 +0000)
test/Makefile

index 50097cf6ad967e540f1988faeb1376d2e3a56e20..463b18635853d54f862a2eb8111c03409b1a5900 100644 (file)
@@ -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