From fe97a9451e6e9f08f893c27dac1cf16a9f75eaa9 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 13 Dec 2017 20:08:16 +0100 Subject: add tests --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ec1a17c..a259481 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,9 @@ README: rnl.1 clean: FRC rm -f $(ALL) +check: FRC all + prove -v + install: FRC all mkdir -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1 install -m0755 $(ALL) $(DESTDIR)$(BINDIR) -- cgit 1.4.1