]> jfr.im git - solanum.git/blobdiff - tests/Makefile.am
Merge pull request #260 from FauxFaux/yesno-1
[solanum.git] / tests / Makefile.am
index 20da4da9b7d954830f947daed6d94ef33339e209..3318c8761d8d8ff974bd91ca3bf079fb7144ec4c 100644 (file)
@@ -1,15 +1,16 @@
 check_PROGRAMS = runtests \
        msgbuf_parse1 \
        msgbuf_unparse1 \
-       rb_linebuf_put1 \
+       rb_dictionary1 \
        rb_snprintf_append1 \
        rb_snprintf_try_append1 \
        send1 \
+       serv_connect1 \
        substitution1
 AM_CFLAGS=$(WARNFLAGS)
 AM_CPPFLAGS = $(DEFAULT_INCLUDES) -I../librb/include -I..
 AM_LDFLAGS = -no-install
-LDADD = tap/libtap.a ../librb/src/librb.la ../ircd/libircd.la
+LDADD = tap/libtap.a ../librb/src/librb.la ../ircd/libircd.la -ldl
 
 # Override -rpath or programs will be linked to installed libraries
 libdir=$(abs_top_builddir)
@@ -22,10 +23,11 @@ tap_libtap_a_SOURCES = tap/basic.c tap/basic.h \
 
 msgbuf_parse1_SOURCES = msgbuf_parse1.c
 msgbuf_unparse1_SOURCES = msgbuf_unparse1.c
-rb_linebuf_put1_SOURCES = rb_linebuf_put1.c
+rb_dictionary1_SOURCES = rb_dictionary1.c
 rb_snprintf_append1_SOURCES = rb_snprintf_append1.c
 rb_snprintf_try_append1_SOURCES = rb_snprintf_try_append1.c
 send1_SOURCES = send1.c ircd_util.c client_util.c
+serv_connect1_SOURCES = serv_connect1.c ircd_util.c client_util.c
 substitution1_SOURCES = substitution1.c
 
 check-local: $(check_PROGRAMS) \