From 012aeca32b58673e92b0e118c0c5e56e5c384b58 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 20 Apr 2008 14:52:00 +0200 Subject: [PATCH] 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. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2