From c3ce538276238c35a85989aed5b7658cc131cdc7 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 12 Feb 2017 03:58:43 +0330 Subject: now make install makes the test script executable as well --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 0aaa3da..cd7de9f 100644 --- a/makefile +++ b/makefile @@ -111,6 +111,7 @@ clean: install: chmod +x ./mutator.sh chmod +x ./extra-tools/ReportPrintPretty.sh + chmod +x ./extra-tools/precommitTests.sh if [[ ! -d "./temp" ]]; then mkdir temp; fi help: -- cgit v1.2.3