diff options
| author | Alexander Barton <alex@barton.de> | 2002-11-10 14:28:06 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2002-11-10 14:28:06 +0000 |
| commit | 797f9170d70507a79deaead97c74352a9cc3a929 (patch) | |
| tree | 7f4e5aab92d45e1f165d4064c2e45e40e6c95ea8 /src/testsuite/Makefile.am | |
| parent | 071686ac6e7562189143ace52fd96d982d7a5726 (diff) | |
| download | ngircd-797f9170d70507a79deaead97c74352a9cc3a929.tar.gz ngircd-797f9170d70507a79deaead97c74352a9cc3a929.zip | |
- Test-Suite an A/UX angepasst.
Diffstat (limited to 'src/testsuite/Makefile.am')
| -rw-r--r-- | src/testsuite/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testsuite/Makefile.am b/src/testsuite/Makefile.am index b678e108..31048ca2 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.8 2002/09/20 15:39:24 alex Exp $ +# $Id: Makefile.am,v 1.9 2002/11/10 14:28:06 alex Exp $ # AUTOMAKE_OPTIONS = ../portab/ansi2knr @@ -25,7 +25,7 @@ EXTRA_DIST = \ clean-local: rm -rf logs tests *-test ngircd-test.log ngircd-test.motd \ - ngircd-TEST* procs.tmp + T-ngircd procs.tmp maintainer-clean-local: rm -f Makefile Makefile.in @@ -33,7 +33,7 @@ maintainer-clean-local: check_SCRIPTS = ngircd-TEST-Binary tests.sh ngircd-TEST-Binary: - cp ../ngircd/ngircd ngircd-TEST + cp ../ngircd/ngircd T-ngircd [ -f getpid.sh ] || ln -s $(srcdir)/getpid.sh . connect-test: tests.sh |