X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/9218e2cd90aabd1d559b2bd0a594a92f72e92447..e093856085823b744afda1d929dc077840acbcc8:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 53eb99e7..ae7b98c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -166,7 +166,9 @@ TESTS = \ test/whom/test-whom \ test/cleanup ## The "cleanup" test should always be last. -XFAIL_TESTS = +XFAIL_TESTS = \ + test/inc/test-eom-align \ + # check_SCRIPTS = test/common.sh @@ -177,6 +179,7 @@ check_PROGRAMS = \ test/getcanon \ test/getcwidth \ test/getfullname \ + test/runpty \ # ## So they can be built without builing the `check' target. @@ -366,6 +369,7 @@ noinst_HEADERS = \ sbr/makedir.h \ sbr/message_id.h \ sbr/mime_type.h \ + sbr/unquote.h \ thirdparty/jsmn/jsmn.h \ uip/mhfree.h \ uip/mhoutsbr.h \ @@ -855,6 +859,9 @@ test_fakehttp_LDADD = $(LDADD) $(POSTLINK) test_getcwidth_SOURCES = test/getcwidth.c test_getcwidth_LDADD = $(POSTLINK) +test_runpty_SOURCES = test/runpty.c +test_runpty_LDADD = $(POSTLINK) + ## ## Our rebuild rules for files that aren't built via the normal mechanisms ## @@ -1001,7 +1008,6 @@ sbr_libmh_a_SOURCES = \ sbr/mime_type.c \ sbr/mts.c \ sbr/netsec.c \ - sbr/norm_charmap.c \ sbr/oauth.c \ sbr/oauth_prof.c \ sbr/path.c \