From 64ab79e5e53a5ccfe6e4bab5716be8c04b750b09 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 2 Feb 2010 15:35:51 +0000 Subject: [PATCH] make run-bench executable too. --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0