about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-11-08 21:17:52 +0100
committerLeah Neukirchen <leah@vuxu.org>2017-11-08 21:17:52 +0100
commit1a6b9937b00a3d60dedc5ace1a72f9aaf92d9b25 (patch)
tree28aa1d3bda8f8e0e74fe8a6daa7bc3afcd539bf5 /Makefile
parent8e785f07f4fde9fb3aeb34cbcb93eb188c56b1f6 (diff)
downloadnecho-1a6b9937b00a3d60dedc5ace1a72f9aaf92d9b25.tar.gz
necho-1a6b9937b00a3d60dedc5ace1a72f9aaf92d9b25.tar.xz
necho-1a6b9937b00a3d60dedc5ace1a72f9aaf92d9b25.zip
add test suite
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8e656e0..c70f5ee 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,9 @@ $(LINKS): necho
 $(LINKS:=.1): necho.1
 	ln -sf necho.1 $@
 
+check: FRC all
+	prove -v
+
 install: FRC all
 	mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1
 	install -m0755 $(ALL) $(DESTDIR)$(BINDIR)