From f3ed56cfb6d60a03aeef6914eb76911790b08a21 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 21 Aug 2017 20:19:18 +0200 Subject: add small test suite --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7807575..a7414bd 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,9 @@ README: holes.1 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) -- cgit 1.4.1