summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2008-04-20 14:52:00 +0200
committerAlexander Barton <alex@barton.de>2008-04-20 14:52:00 +0200
commit012aeca32b58673e92b0e118c0c5e56e5c384b58 (patch)
treef20cdb0f50bfb91114e30835f1fa03b98aa83212 /Makefile.am
parentc4a505d3a8d8c2798d7e926e42e27e0b23343a93 (diff)
downloadngircd-012aeca32b58673e92b0e118c0c5e56e5c384b58.tar.gz
ngircd-012aeca32b58673e92b0e118c0c5e56e5c384b58.zip
Added make target "testsuite"
This make target runs the testsuite located in src/testsuite without running
alle the other tests that "make check" would run.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a44586b2..d678f171 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,6 +22,9 @@ maintainer-clean-local:
 	rm -f mkinstalldirs missing depcomp install-sh
 	rm -f config.log debian
 
+testsuite:
+	make -C src/testsuite check
+
 lint:
 	make -C src/ngircd lint