repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 012aeca32b58673e92b0e118c0c5e56e5c384b58:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 012aeca32b58673e92b0e118c0c5e56e5c384b58
Author: Alexander Barton 
Date:   Sun Apr 20 14:52:00 2008 +0200

    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.

diff --git a/Makefile.am b/Makefile.am
index a44586b2d9a12c3dec741d3dc1b32124b8e66bc3..
index ..d678f171d8361c2c087c1fdf61b42d31de832cf5 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

-----END OF PAGE-----