diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2020-11-30 18:08:25 +0900 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2020-11-30 18:08:25 +0900 |
commit | 172ef59b934c067dd7ec8e72650e196c7ae2a04b (patch) | |
tree | f7a8760dbb28102d90cde1d116ddbcc4d0e20488 /src/transport/Makefile.am | |
parent | 948a62546c5c772d89efd5268393464c95eb7f1e (diff) |
-start TNG transport test logic
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r-- | src/transport/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 477973af9..605d89cc0 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -168,10 +168,15 @@ libgnunettransporttesting_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) libgnunettransporttesting2_la_SOURCES = \ + transport-testing2.c transport-testing2.h \ transport-testing-communicator.c transport-testing-communicator.h libgnunettransporttesting2_la_LIBADD = \ libgnunettransport.la \ + libgnunettransportapplication.la \ + libgnunettransportcore.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/hello/libgnunethello.la \ + $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ $(top_builddir)/src/util/libgnunetutil.la libgnunettransporttesting2_la_LDFLAGS = \ $(GN_LIBINTL) \ |