summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndor Penzes <andor.penzes@gmail.com>2016-01-18 10:43:36 +0100
committerAndor Penzes <andor.penzes@gmail.com>2016-01-18 10:44:12 +0100
commit32a245614720e3ad75b0c65433e115ab140aedec (patch)
treeb41566a69408d3c5675c7e1373c08486dd220622 /Makefile
parent4caebb5b327c63f8798a3b0926d3a03ed5c4c3e1 (diff)
add profile and coverage testing option to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1189096b..21e3facb 100644
--- a/Makefile
+++ b/Makefile
@@ -4,3 +4,9 @@ all:
4 4
5repl: 5repl:
6 cd test && ghci -i../src runTests.hs 6 cd test && ghci -i../src runTests.hs
7
8coverage:
9 ./run-test-suite.sh --coverage
10
11profile:
12 ./run-test-suite.sh --profile