X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile.am;h=a6ddbfe324ebaad13a881816e1c9ff85d732c709;hb=b4e9a392c63e07e09de31df596674c074eed2457;hp=9ca7740367b7dc5a14f550181ca8fb00f34be8b8;hpb=8fcc5d7f43931e3ec9053b20f5e050b7a4008bc9;p=mmh diff --git a/Makefile.am b/Makefile.am index 9ca7740..a6ddbfe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -57,6 +57,10 @@ TESTS = test/bad-input/test-header \ test/mhshow/test-subpart test/mhstore/test-mhstore \ test/new/test-basic \ test/pick/test-pick test/pick/test-stderr \ + test/post/test-post-basic test/post/test-post-multiple \ + test/post/test-post-dcc test/post/test-post-fcc \ + test/post/test-post-multifrom test/post/test-post-envelope \ + test/post/test-post-group \ test/refile/test-refile \ test/repl/test-if-str test/scan/test-scan \ test/sequences/test-flist test/sequences/test-mark \ @@ -65,7 +69,7 @@ TESTS = test/bad-input/test-header \ test/cleanup ## The "cleanup" test should always be last. check_SCRIPTS = test/common.sh -check_PROGRAMS = test/getfullname test/getfqdn +check_PROGRAMS = test/getfullname test/getfqdn test/fakesmtp ## ## Stuff that should be cleaned via "make clean" @@ -207,7 +211,8 @@ EXTRA_DIST = config/version.sh sbr/sigmsg.awk etc/mts.conf.in etc/sendfiles.in \ man/sendfiles.man man/show.man man/slocal.man man/sortm.man \ man/unseen.man man/whatnow.man man/whom.man test/README $(TESTS) \ test/inc/deb359167.mbox test/inc/fromline.txt \ - test/inc/msgheader.txt test/inc/filler.txt test/inc/md5sums + test/inc/msgheader.txt test/inc/filler.txt test/inc/md5sums \ + test/post/test-post-common.sh ## ## These are all of the definitions for each of the programs listed above. @@ -366,6 +371,9 @@ test_getfullname_LDADD = test_getfqdn_SOURCES = test/getfqdn.c test_getfqdn_LDADD = +test_fakesmtp_SOURCES = test/fakesmtp.c +test_fakesmtp_LDADD = + ## ## Our rebuild rules for files that aren't built via the normal mechanisms ## @@ -380,7 +388,6 @@ etc/mts.conf: $(srcdir)/etc/mts.conf.in Makefile $(SED) -e 's,%mts%,$(MTS),' \ -e 's,%mailspool%,$(mailspool),' \ -e 's,%etcdir%,$(sysconfdir),' \ - -e 's,%masquerade%,$(masquerade),' \ -e 's,%smtpservers%,$(smtpservers),' \ < $(srcdir)/etc/mts.conf.in > $@