X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/babec898bb63d36349aae85a8cbde6b97b274192..366cc6fc4c7bf1eed47cc9b52d0ef809b2e90174:/Makefile.am?ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 62938eb1..e7e4066a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,12 +26,6 @@ LDADD = sbr/libmh.a MHNSEARCHPATH = "$(PATH)" MHNSEARCHPROG = $(srcdir)/etc/mhn.find.sh -## -## Install config files and back-end programs in our own subdirecctories. -## -nmhetcdir = @sysconfdir@/nmh -nmhlibexecdir = @libexecdir@/nmh - ## ## nmh _does_ have a test suite! ## @@ -71,6 +65,7 @@ TESTS = \ test/format/test-curses \ test/format/test-dp \ test/format/test-fmtdump \ + test/format/test-fmttest \ test/format/test-functions \ test/format/test-localmbox \ test/format/test-myhost \ @@ -111,6 +106,8 @@ TESTS = \ test/mhshow/test-binary \ test/mhshow/test-charset \ test/mhshow/test-cte-binary \ + test/mhshow/test-exec \ + test/mhshow/test-markers \ test/mhshow/test-msg-buffer-boundaries \ test/mhshow/test-qp \ test/mhshow/test-subpart \