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.
This commit is contained in:
Alexander Barton 2008-04-20 14:52:00 +02:00
parent c4a505d3a8
commit 012aeca32b
1 changed files with 3 additions and 0 deletions

View File

@ -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