## Process this file with automake to create Makefile.in
# $Id: Makefile.am,v 1.124 2007/11/12 02:50:04 ca Exp $
# compile and run
TESTP =
# compile only, do not run
TESTC =
# Note: complete test programs (*smtp*sh) should follow this convention:
# smtp*.sh for scripts that start the MTA themselves
# t-smtp-*.sh for scripts that use smtp*.sh
# run these scripts
TESTSH = \
t-smtp.sh \
t-msg-ok-0.sh \
smtpf.sh \
smtpm.sh \
t-smtpf.sh \
t-smtpf1.sh \
t-smtpf2.sh \
t-smtpf3.sh \
t-smtpf4.sh \
t-smtp-421-0.sh \
t-smtpa-0.sh \
t-smtpm1.sh \
t-smtp-retry.sh \
t-many-rcpts-0.sh \
t-many-rcpts-1.sh \
t-ibc-0.sh \
t-bounce-0.sh \
t-bounce-1.sh \
t-bounce-2.sh \
t-bounce-3.sh \
t-bounce-4.sh \
t-bounce-5.sh \
t-bounce-7.sh \
t-bounce-8.sh \
t-bounce-9.sh \
t-bounce-10.sh \
t-bounce-11.sh \
t-ttm-1.sh \
t-rsr-problem-0.sh \
t-smtpe-0.sh \
t-smtpe-1.sh \
t-smtpe-2.sh \
t-alias-0.sh \
t-alias-1.sh \
t-alias-2.sh \
t-alias-3.sh \
t-alias-4.sh \
t-alias-5.sh \
t-alias-6.sh \
t-owner-0.sh \
t-owner-1.sh \
t-list-0.sh \
t-verp-0.sh \
t-relay-0.sh \
t-relay-1.sh \
t-mts-acc-0.sh \
t-mts-acc-1.sh \
t-mts-acc-2.sh \
t-mts-acc-3.sh \
t-mts-acc-5.sh \
t-mts-acc-6.sh \
t-mts-acc-8.sh \
t-mts-acc-10.sh \
t-mts-rvrs-0.sh \
t-mts-discard-0.sh \
t-mts-mxchk-0.sh \
t-mail-lu-0.sh \
t-mail-lu-1.sh \
t-mts-lum-0.sh \
t-mt-lum-0.sh \
t-mts-prot-0.sh \
t-mts-dnsbl-0.sh \
t-mts-icr.sh \
t-mts-icc.sh \
t-mcpmts-0.sh \
t-mcpmts-1.sh \
t-minta-0.sh \
t-mts-ocr-1.sh \
t-mts-ocr-2.sh \
t-mts-ocr-4.sh \
t-mts-ocr-5.sh \
t-mt-0.sh \
t-multda-0.sh \
t-daport-0.sh \
t-dakill-0.sh \
t-darestart-0.sh \
t-ssrestart-0.sh \
t-ssar-0.sh \
t-tls-0.sh \
t-tls-rel-0.sh \
t-tls-rel-1.sh \
t-tls-req-0.sh \
t-tls-reqfet-0.sh \
t-tls-reqsc-0.sh \
t-tls-reqr-0.sh \
t-tls-reqr-1.sh \
t-max-rcpts-0.sh \
t-mts-size-0.sh \
t-mts-size-1.sh \
t-mts-size-2.sh \
t-toomanyhops.sh \
t-mts-mailargs-0.sh \
t-da-tmo-0.sh \
t-delay-0.sh \
t-delay-1.sh \
t-delay-2.sh \
t-delay-3.sh \
t-delay-4.sh \
t-qmgrctl-0.sh \
t-pmilter-0.sh \
t-pmilter-1.sh \
t-pmilter-2.sh \
t-pmilter-3.sh \
t-pmilter-4.sh \
t-pmilter-5.sh \
t-pmilter-6.sh \
t-pmilter-7.sh \
t-pmilter-8.sh \
t-pmilter-9.sh \
t-pmilter-10.sh \
t-pmilter-11.sh \
t-pmilter-12.sh \
t-pmilter-13.sh \
t-pmilter-14.sh \
t-pm-exit-0.sh \
t-pm-exit-1.sh \
t-pm-hdrmod-0.sh \
t-pm-hdrmod-1.sh \
t-pm-hdrmod-2.sh \
t-pm-hdrmod-3.sh \
t-pm-msgreplace-0.sh \
t-pm-msgreplace-1.sh \
t-pm-rcptadd-0.sh \
t-pm-rcptdel-0.sh \
t-pm-mailmod-0.sh \
t-pm-regex-0.sh \
t-pm-regex-1.sh \
t-pm-regex-2.sh \
t-pm-rsad-0.sh \
t-pm-rsad-1.sh \
t-pm-rsad-2.sh \
t-pm-rsad-3.sh \
t-pm-rsad-4.sh \
t-mts-grey-0.sh \
t-mts-grey-1.sh \
t-mts-dnsbl-grey-0.sh \
t-rsad-0.sh \
t-rsad-1.sh \
t-rsad-2.sh \
t-rsad-3.sh
# disabled for now:
# t-mts-ocr.sh: new scheduler behaves differently
# smtp2.sh: smtps rejects unresolvable address now immediately
# t-pmilter-many-0.sh: fails on some systems due to resource problems
# (the famous "No buffer space available" error).
# t-mts-acc-4.sh: merged into t-mts-acc-3.sh
# do not run at all...
TESTDATA = common.sh \
smtp.sh \
smtp1.sh \
smtpcnf.sh \
mcpmts.sh \
mta-setup.sh \
mta-running.sh \
stopmts.sh \
qmgr-running.sh \
t-mts-ocr-snd-1.sh \
CAcert.pem smcert.pem smkey.pem
TESTPERF =
# list programs to run here
TESTS = $(TESTP) $(TESTSH)
EXTRA_DIST = $(TESTSH) $(TESTDATA) $(TESTPERF)
# list programs to compile here
check_PROGRAMS = $(TESTP) $(TESTC)
syntax highlighted by Code2HTML, v. 0.9.1