about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-01-17 00:19:03 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2016-01-17 00:19:03 +0100
commitb8336219090571b4f300c9b0e97876e2330448d0 (patch)
tree59c749f6d4098102fc7de7f27f3afee6f08f8194 /Makefile
parent59432f5824ca080eef4c5de712b93e9f8b9b1946 (diff)
downloadxe-b8336219090571b4f300c9b0e97876e2330448d0.tar.gz
xe-b8336219090571b4f300c9b0e97876e2330448d0.tar.xz
xe-b8336219090571b4f300c9b0e97876e2330448d0.zip
add tests v0.5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5616336..4612074 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,9 @@ all: $(ALL)
 clean: FRC
 	rm -f $(ALL)
 
+check: FRC all
+	prove -v ./tests
+
 install: FRC all
 	mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1
 	install -m0755 $(ALL) $(DESTDIR)$(BINDIR)