diff options
author | Sree Harsha Totakura <totakura@in.tum.de> | 2012-05-30 21:21:49 +0000 |
---|---|---|
committer | Sree Harsha Totakura <totakura@in.tum.de> | 2012-05-30 21:21:49 +0000 |
commit | 279d169d25efb2a9e77f0efd9b2da4e57e2989e5 (patch) | |
tree | 85a8d3f0aa594a78eddb6b37985a0aa2ee403a7f /src/testing/Makefile.am | |
parent | 8f654f30c3c4987c9ca1b564d6e6f2d75ae24862 (diff) |
test case for peer startup in new testing library
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r-- | src/testing/Makefile.am | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index dc357fbf7..50b6d77b3 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -90,7 +90,8 @@ check_PROGRAMS = \ test_testing_topology_internat \ test_testing_topology_none \ test_testing_topology_scale_free \ - test_testing_new_portreservation + test_testing_new_portreservation \ + test_testing_new_peerstartup if ENABLE_TEST_RUN TESTS = \ @@ -99,7 +100,8 @@ TESTS = \ test_testing_reconnect \ test_testing_group \ test_testing_peergroup \ - test_testing_new_portreservation + test_testing_new_portreservation \ + test_testing_new_peerstartup endif gnunet_testing_SOURCES = \ @@ -271,6 +273,11 @@ test_testing_new_portreservation_LDADD = \ $(top_builddir)/src/testing/libgnunettesting_new.la \ $(top_builddir)/src/util/libgnunetutil.la +test_testing_new_peerstartup_SOURCES = \ + test_testing_new_peerstartup.c +test_testing_new_peerstartup_LDADD = \ + $(top_builddir)/src/testing/libgnunettesting_new.la \ + $(top_builddir)/src/util/libgnunetutil.la EXTRA_DIST = \ test_testing_defaults.conf \ |