X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftestsuite%2FMakefile.am;h=b678e10853820dddf5ac0feee16a192e6c12dafa;hb=47c8bcc8c9f5f190183096d9e6b26f7690dea7a4;hp=271aeb292ec12e646519f7bc2fd040c6cfffa81b;hpb=069ca5df402a77e05293d6aeeccf917eadbcfd76;p=ngircd-alex.git diff --git a/src/testsuite/Makefile.am b/src/testsuite/Makefile.am index 271aeb29..b678e108 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.3 2002/09/12 02:26:17 alex Exp $ +# $Id: Makefile.am,v 1.8 2002/09/20 15:39:24 alex Exp $ # AUTOMAKE_OPTIONS = ../portab/ansi2knr @@ -17,21 +17,24 @@ AUTOMAKE_OPTIONS = ../portab/ansi2knr INCLUDES = -I$(srcdir)/../portab EXTRA_DIST = \ + getpid.sh \ start-server.sh stop-server.sh tests.sh stress-server.sh \ connect-test.e channel-test.e mode-test.e \ stress-A.e stress-B.e check-idle.e \ ngircd-test.conf clean-local: - rm -rf logs tests *-test ngircd-test.log ngircd-test.motd ngircd-TEST procs.tmp + rm -rf logs tests *-test ngircd-test.log ngircd-test.motd \ + ngircd-TEST* 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: - ln -s ../ngircd/ngircd ngircd-TEST +ngircd-TEST-Binary: + cp ../ngircd/ngircd ngircd-TEST + [ -f getpid.sh ] || ln -s $(srcdir)/getpid.sh . connect-test: tests.sh ln -s $(srcdir)/tests.sh connect-test