From b8336219090571b4f300c9b0e97876e2330448d0 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 17 Jan 2016 00:19:03 +0100 Subject: add tests --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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) -- cgit 1.4.1