aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-04-03 22:23:45 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2019-04-03 22:24:48 +0200
commit777b524df914e834bafa7b1b026b0c3eb4ead0c3 (patch)
tree2ab21c085dc12ffc0bb86611000f3fde164f2d84 /Makefile
parentUpdate tests. (diff)
downloadcalp-777b524df914e834bafa7b1b026b0c3eb4ead0c3.tar.gz
calp-777b524df914e834bafa7b1b026b0c3eb4ead0c3.tar.xz
Add tests to makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e0dbd87c..bb6cfd33 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: all clean
+.PHONY: all clean tests
CC := gcc
@@ -71,3 +71,6 @@ clean:
clean-scheme:
rm -r $$HOME/.cache/guile/ccache/2.2-LE-8-3.A/$$PWD
+
+tests:
+ tests/run-tests.scm