diff options
author | t3sserakt <t3ss@posteo.de> | 2021-03-17 13:10:36 +0100 |
---|---|---|
committer | t3sserakt <t3ss@posteo.de> | 2021-03-17 13:10:36 +0100 |
commit | 2fb3e0153311a73ce33728843ea862f129feb762 (patch) | |
tree | c9d6d8fae60c98c20c7ebe28cc12579aa8130da8 /src/testing | |
parent | a5f59013680a2c30862f399b1638227ecd35c444 (diff) |
- removed not used artefact
Diffstat (limited to 'src/testing')
-rw-r--r-- | src/testing/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index 33cf62ce7..95fc5c805 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -58,7 +58,6 @@ check_PROGRAMS = \ test_testing_hello_world \ test_testing_portreservation \ test_testing_servicestartup \ - test_testing_ng_peerstartup \ test_testing_peerstartup \ test_testing_peerstartup2 \ test_testing_sharedservices @@ -68,7 +67,6 @@ AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PAT TESTS = \ test_testing_hello_world \ test_testing_portreservation \ - test_testing_ng_peerstartup \ test_testing_peerstartup \ test_testing_peerstartup2 \ test_testing_servicestartup @@ -86,12 +84,6 @@ test_testing_portreservation_LDADD = \ libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la -test_testing_ng_peerstartup_SOURCES = \ - test_testing_ng_peerstartup.c -test_testing_ng_peerstartup_LDADD = \ - libgnunettesting.la \ - $(top_builddir)/src/util/libgnunetutil.la - test_testing_peerstartup_SOURCES = \ test_testing_peerstartup.c test_testing_peerstartup_LDADD = \ |