X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Ftestsuite%2FMakefile.am;h=31048ca2dcc61ee7b082ac51e793005afdbb1ad6;hp=831d25832eb3cf0053bbd8570b7ca8d715574315;hb=0b91df05e0b85980292956973b339ecce31e28ed;hpb=7058a8c006bf51974f4d19aa370c97dbcd6041aa diff --git a/src/testsuite/Makefile.am b/src/testsuite/Makefile.am index 831d2583..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.7 2002/09/20 15:12:42 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,8 @@ 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 ln -s $(srcdir)/tests.sh connect-test