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=409f16576bf9e71d75196d785f550b0143c60254;hb=1dd953b0c09fe3d1d159c867d074e327b45272ef;hpb=b71db1a9a529e1d39af256b269e743f61fdbbdff diff --git a/src/testsuite/Makefile.am b/src/testsuite/Makefile.am index 409f1657..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.6 2002/09/20 15:09:44 alex Exp $ +# $Id: Makefile.am,v 1.9 2002/11/10 14:28:06 alex Exp $ # AUTOMAKE_OPTIONS = ../portab/ansi2knr @@ -25,15 +25,16 @@ 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 -check_SCRIPTS = ngircd-TEST tests.sh +check_SCRIPTS = ngircd-TEST-Binary tests.sh -ngircd-TEST: - cp ../ngircd/ngircd ngircd-TEST +ngircd-TEST-Binary: + cp ../ngircd/ngircd T-ngircd + [ -f getpid.sh ] || ln -s $(srcdir)/getpid.sh . connect-test: tests.sh ln -s $(srcdir)/tests.sh connect-test