summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 6a60981..db23443 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -87,6 +87,10 @@ uninstall:
@printf 'Uninstalling manual pages...\n'
@cd man && $(MAKE) $(MACROS) uninstall
+test:
+ @printf 'Running tests...\n'
+ @cd tests & $(MAKE) test
+
$(distdir):
@mkdir -p '$(distdir)'
@cp -pR $(distfiles) '$(distdir)'