aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-06-25 14:17:39 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-06-25 14:17:39 +0200
commit125b35db3243f55489a6e88efbdeeefc2c24018d (patch)
tree1e24ec316678b6af288ed96d29e82bbba37f70bc /Makefile
parent59f5c42a86fe73e95aaed0bfe455c7c816f39d2b (diff)
parent1fc2958b1e503b782081692c1a503bc7bba19fe1 (diff)
Merging from Jelmer (this adds some basic unit testing code).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 51ffc83f..6f1d2d4a 100644
--- a/Makefile
+++ b/Makefile
@@ -44,6 +44,9 @@ distclean: clean $(subdirs)
rm -f Makefile.settings config.h
find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' -exec rm -f {} \;
+check:
+ $(MAKE) -C tests
+
install-doc:
$(MAKE) -C doc install