]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Added make target "testsuite"
authorAlexander Barton <alex@barton.de>
Sun, 20 Apr 2008 12:52:00 +0000 (14:52 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 20 Apr 2008 12:52:00 +0000 (14:52 +0200)
This make target runs the testsuite located in src/testsuite without running
alle the other tests that "make check" would run.

Makefile.am

index a44586b2d9a12c3dec741d3dc1b32124b8e66bc3..d678f171d8361c2c087c1fdf61b42d31de832cf5 100644 (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