summaryrefslogtreecommitdiff
path: root/libmailutils/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'libmailutils/tests/Makefile.am')
-rw-r--r--libmailutils/tests/Makefile.am32
1 files changed, 23 insertions, 9 deletions
diff --git a/libmailutils/tests/Makefile.am b/libmailutils/tests/Makefile.am
index a933152f6..195f7f14a 100644
--- a/libmailutils/tests/Makefile.am
+++ b/libmailutils/tests/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils.
-# Copyright (C) 2010-2019 Free Software Foundation, Inc.
+# Copyright (C) 2010-2024 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -21,7 +21,7 @@ AUTOTEST_INCLUDES += -I $(top_srcdir)/libmailutils/wordsplit
## Non-installable programs
## -------------------------- ##
-AM_CPPFLAGS = @MU_LIB_COMMON_INCLUDES@
+AM_CPPFLAGS = $(MU_LIB_COMMON_INCLUDES)
noinst_LTLIBRARIES = libmu_tesh.la
libmu_tesh_la_SOURCES = tesh.c tesh.h
@@ -37,29 +37,41 @@ noinst_PROGRAMS = \
encode2047\
exp\
fltst\
+ fltcnt\
fsaf\
fsaftomod\
fsfolder\
globtest\
hdrcpy\
imapio\
+ lck\
listop\
+ listsort\
linetrack\
logstr\
mailcap\
mcf\
mimehdr\
+ mimeitr\
modtofsaf\
msgset\
modmesg\
parseopt\
prop\
+ readmesg\
+ recenv\
scantime\
+ stream-getdelim\
strftime\
strin\
strout\
strtoc\
+ t-rdcache\
+ t0-stream\
+ t1-stream\
+ t-streamshift\
tempfile\
+ temp_stream\
tcli\
tocrlf\
url-comp\
@@ -76,7 +88,7 @@ linetrack_LDADD = libmu_tesh.la $(LDADD)
listop_LDADD = libmu_tesh.la $(LDADD)
-LDADD = ${MU_LIB_MAILUTILS}
+LDADD = $(MU_LIB_MAILUTILS)
EXTRA_DIST += Encode Decode Wicketfile
@@ -90,9 +102,12 @@ TESTSUITE_AT += \
crlf.at\
crlfdot.at\
ctm.at\
+ content-type.at\
encode2047.at\
exp.at\
+ fltcnt.at\
fromflt.at\
+ fromrd.at\
fsaf.at\
fsaftomod.at\
fsfolder00.at\
@@ -109,13 +124,11 @@ TESTSUITE_AT += \
linecon.at\
list.at\
linetrack.at\
+ lock.at\
logstr.at\
mailcap.at\
mimehdr.at\
- modmesg00.at\
- modmesg01.at\
- modmesg02.at\
- modmesg03.at\
+ modmesg.at\
modtofsaf.at\
msgset.at\
parseopt00.at\
@@ -161,12 +174,14 @@ TESTSUITE_AT += \
parseopt_help11.at\
parseopt_help12.at\
prop.at\
+ readmesg.at\
+ recenv.at\
scantime.at\
strftime.at\
+ streams.at\
strerr.at\
strin.at\
strout.at\
- strtoc.at\
url.at\
url-comp.at\
xml.at\
@@ -197,7 +212,6 @@ $(srcdir)/wordsplit-version.h: $(top_srcdir)/configure.ac
> $(srcdir)/wordsplit-version.h
noinst_PROGRAMS += wsp
-wsp_SOURCES =
nodist_wsp_SOURCES = wsp.c
wsp.o: $(srcdir)/wordsplit-version.h
VPATH += $(top_srcdir)/libmailutils/wordsplit

Return to:

Send suggestions and report system problems to the System administrator.