commit 012aeca32b58673e92b0e118c0c5e56e5c384b58 from: Alexander Barton date: Sun Apr 20 12:52:00 2008 UTC 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. commit - c4a505d3a8d8c2798d7e926e42e27e0b23343a93 commit + 012aeca32b58673e92b0e118c0c5e56e5c384b58 blob - a44586b2d9a12c3dec741d3dc1b32124b8e66bc3 blob + d678f171d8361c2c087c1fdf61b42d31de832cf5 --- Makefile.am +++ 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