repo: ngircd action: commit revision: path_from: revision_from: 012aeca32b58673e92b0e118c0c5e56e5c384b58: path_to: revision_to:
commit 012aeca32b58673e92b0e118c0c5e56e5c384b58 Author: Alexander BartonDate: 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
--- 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-----