X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/7cf5c72a6d353ed5a7e340562c11e54c21c85e5e..eff136f63977a5493525610bff64d363581154af:/struct/Makefile.am diff --git a/struct/Makefile.am b/struct/Makefile.am index a718c09..6365023 100644 --- a/struct/Makefile.am +++ b/struct/Makefile.am @@ -37,6 +37,10 @@ pkginclude_HEADERS += dstr.h dspool.h libstruct_la_SOURCES += dstr.c dstr-putf.c dspool.c LIBMANS += dstr.3 dspool.3 +check_PROGRAMS += t/dstr-putf.t +t_dstr_putf_t_SOURCES = t/dstr-putf-test.c +t_dstr_putf_t_LDFLAGS = -static + ## Buffers. pkginclude_HEADERS += buf.h libstruct_la_SOURCES += buf.c buf-dstr.c