X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/a736dc9c17aa9ba7cd65b092a7817a6c7853672a..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