From: Alexander Barton Date: Sun, 20 Apr 2008 12:52:00 +0000 (+0200) Subject: Added make target "testsuite" X-Git-Tag: rel-0-12-0-pre1~4 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=012aeca32b58673e92b0e118c0c5e56e5c384b58 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 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