aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-09 22:34:49 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-09 22:34:49 +0000
commitc0b81510ffe194dc662c3a6267d5e66a69873c4b (patch)
tree5ad5cc473d6993523be80bcf1430230e224d9216 /src/transport/Makefile.am
parenta7345f7436c421fd15e18e87ec399ea93b6dde03 (diff)
downloadgnunet-c0b81510ffe194dc662c3a6267d5e66a69873c4b.tar.gz
gnunet-c0b81510ffe194dc662c3a6267d5e66a69873c4b.zip
-start to refactor testcases for sanity
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index f9a9fe19c..721e05d83 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -150,7 +150,9 @@ lib_LTLIBRARIES = \
150 $(TESTING_LIBS) 150 $(TESTING_LIBS)
151 151
152libgnunettransporttesting_la_SOURCES = \ 152libgnunettransporttesting_la_SOURCES = \
153 transport-testing.c transport-testing.h 153 transport-testing.c transport-testing.h \
154 transport-testing-filenames.c \
155 transport-testing-main.c
154libgnunettransporttesting_la_LIBADD = \ 156libgnunettransporttesting_la_LIBADD = \
155 libgnunettransport.la \ 157 libgnunettransport.la \
156 $(top_builddir)/src/hello/libgnunethello.la \ 158 $(top_builddir)/src/hello/libgnunethello.la \