X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/684716b86dc07a97abbde4a8e2fa3a21b2b9c2d5..39ecf70bb88f71d5e13015ba143b946ccd8f02b4:/Makefile.am?ds=sidebyside diff --git a/Makefile.am b/Makefile.am index f32d98bb..4f6627e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -177,6 +177,7 @@ check_PROGRAMS = \ test/getcanon \ test/getcwidth \ test/getfullname \ + test/runpty \ # ## So they can be built without builing the `check' target. @@ -856,6 +857,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 ##