test/getcanon \
test/getcwidth \
test/getfullname \
+ test/runpty \
#
## So they can be built without builing the `check' target.
sbr/m_mktemp.h \
sbr/m_popen.h \
sbr/m_rand.h \
+ sbr/makedir.h \
+ sbr/message_id.h \
+ sbr/mime_type.h \
+ sbr/unquote.h \
thirdparty/jsmn/jsmn.h \
uip/mhfree.h \
uip/mhoutsbr.h \
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
##
sbr/mime_type.c \
sbr/mts.c \
sbr/netsec.c \
- sbr/norm_charmap.c \
sbr/oauth.c \
sbr/oauth_prof.c \
sbr/path.c \