aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorJi Lu <jilu@140774ce-b5e7-0310-ab8b-a85725594a96>2009-10-15 09:14:37 +0000
committerJi Lu <jilu@140774ce-b5e7-0310-ab8b-a85725594a96>2009-10-15 09:14:37 +0000
commitb112d32f73e5fa9361af6ac2ff119220302f3e62 (patch)
tree3c2b34b3409b7e839d53826eebe93492ba402b35 /src/util/Makefile.am
parentf868a9954ae9d04784c1c0075373f3f27d841150 (diff)
downloadgnunet-b112d32f73e5fa9361af6ac2ff119220302f3e62.tar.gz
gnunet-b112d32f73e5fa9361af6ac2ff119220302f3e62.zip
bio testcase harness~
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 32d1299d0..9c9802847 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -88,6 +88,7 @@ libgnunet_plugin_test_la_LDFLAGS = \
88 88
89 89
90check_PROGRAMS = \ 90check_PROGRAMS = \
91 test_bio \
91 test_client \ 92 test_client \
92 test_common_allocation \ 93 test_common_allocation \
93 test_common_endian \ 94 test_common_endian \
@@ -132,6 +133,13 @@ check_PROGRAMS = \
132 133
133TESTS = $(check_PROGRAMS) 134TESTS = $(check_PROGRAMS)
134 135
136
137test_bio_SOURCES = \
138 test_bio.c
139test_bio_LDADD = \
140 $(top_builddir)/src/util/libgnunetutil.la
141
142
135test_client_SOURCES = \ 143test_client_SOURCES = \
136 test_client.c 144 test_client.c
137test_client_LDADD = \ 145test_client_LDADD = \