X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile.am;h=e402ca1b5fbf89e3ad22ede14de793d909bf493c;hb=d6b1aed6b65b10cd5db73a5b2080c4bdefefff39;hp=9ca7740367b7dc5a14f550181ca8fb00f34be8b8;hpb=f319ad1eba15fbb0f387a0b5246bd0b8f4b36dcf;p=mmh diff --git a/Makefile.am b/Makefile.am index 9ca7740..e402ca1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,7 +65,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" @@ -366,6 +366,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 ##