diff options
| author | Alexander Barton <alex@barton.de> | 2004-09-04 19:14:02 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2004-09-04 19:14:02 +0000 |
| commit | aa26e2ef36b9a4b5546b8a46ec26cc6fd943d572 (patch) | |
| tree | cd36af2f08382997126d1f476c91f432c67cc8b1 | |
| parent | 9445962237f6f16e63336a7fae633ca7d061c6fe (diff) | |
| download | ngircd-aa26e2ef36b9a4b5546b8a46ec26cc6fd943d572.tar.gz ngircd-aa26e2ef36b9a4b5546b8a46ec26cc6fd943d572.zip | |
Added all test scripts to target "all".
| -rw-r--r-- | src/testsuite/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testsuite/Makefile.am b/src/testsuite/Makefile.am index 06deaa6d..1f20f5cf 100644 --- a/src/testsuite/Makefile.am +++ b/src/testsuite/Makefile.am @@ -9,7 +9,7 @@ # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. # -# $Id: Makefile.am,v 1.11 2004/09/04 15:46:56 alex Exp $ +# $Id: Makefile.am,v 1.12 2004/09/04 19:14:02 alex Exp $ # AUTOMAKE_OPTIONS = ../portab/ansi2knr @@ -24,7 +24,7 @@ EXTRA_DIST = \ stress-A.e stress-B.e check-idle.e \ ngircd-test.conf -all: ngircd-TEST-Binary +all: ngircd-TEST-Binary ${TESTS} clean-local: rm -rf logs tests *-test ngircd-test.log ngircd-test.motd \ |