]> jfr.im git - solanum.git/blobdiff - tests/Makefile.am
tests: add rb_linebuf_put tests
[solanum.git] / tests / Makefile.am
index 8ac199b27be64f9d89a82e640a2392a99f16c449..e5a3785ba4ea837839f913216ff79b6b7fc2e00a 100644 (file)
@@ -1,5 +1,8 @@
 check_PROGRAMS = runtests \
-       msgbuf_parse1
+       msgbuf_parse1 \
+       msgbuf_unparse1 \
+       rb_linebuf_put1 \
+       substitution1
 AM_CFLAGS=$(WARNFLAGS)
 AM_CPPFLAGS = $(DEFAULT_INCLUDES) -I../librb/include -I..
 AM_LDFLAGS = -no-install
@@ -15,6 +18,9 @@ tap_libtap_a_SOURCES = tap/basic.c tap/basic.h \
        tap/float.c tap/float.h tap/macros.h
 
 msgbuf_parse1_SOURCES = msgbuf_parse1.c
+msgbuf_unparse1_SOURCES = msgbuf_unparse1.c
+rb_linebuf_put1_SOURCES = rb_linebuf_put1.c
+substitution1_SOURCES = substitution1.c
 
 check-local: $(check_PROGRAMS)
        ./runtests -l $(abs_top_srcdir)/tests/TESTS