From 777b524df914e834bafa7b1b026b0c3eb4ead0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 3 Apr 2019 22:23:45 +0200 Subject: Add tests to makefile. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3