summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-09-08 18:39:15 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-09-08 18:39:15 (EDT)
commit16884e04da44ce279ec7eff8f919925ba63f9c55 (patch)
tree140b2461bd93c60f48ca648e6ae059341dac516e /Makefile.in
parent44d879959e5f07b956f66a337059a412f9c4238d (diff)
Add support for unit tests to build system.
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)'