aboutsummaryrefslogtreecommitdiff
path: root/src/testing_old/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-19 07:36:21 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-19 07:36:21 +0000
commit35430e08f99302862e9569f0d8c4f8528f346ed2 (patch)
tree4bcbe1bc0379b175e1e3948d247bd3761bd8699b /src/testing_old/Makefile.am
parent15cbe297d66550a646dec5176949f5425746aba7 (diff)
downloadgnunet-35430e08f99302862e9569f0d8c4f8528f346ed2.tar.gz
gnunet-35430e08f99302862e9569f0d8c4f8528f346ed2.zip
-porting gnunet-testing command-line tool to new testing library
Diffstat (limited to 'src/testing_old/Makefile.am')
-rw-r--r--src/testing_old/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/testing_old/Makefile.am b/src/testing_old/Makefile.am
index fa4cf7394..7a7f19364 100644
--- a/src/testing_old/Makefile.am
+++ b/src/testing_old/Makefile.am
@@ -54,9 +54,6 @@ libgnunettesting_old_la_LDFLAGS = \
54 -version-info 0:1:0 54 -version-info 0:1:0
55 55
56 56
57bin_PROGRAMS = \
58 gnunet-testing
59
60check_PROGRAMS = \ 57check_PROGRAMS = \
61 test_testing \ 58 test_testing \
62 test_testing_connect \ 59 test_testing_connect \
@@ -91,14 +88,6 @@ TESTS = \
91 test_testing_peergroup 88 test_testing_peergroup
92endif 89endif
93 90
94gnunet_testing_SOURCES = \
95 gnunet-testing.c
96gnunet_testing_LDADD = \
97 $(top_builddir)/src/testing_old/libgnunettesting_old.la \
98 $(top_builddir)/src/util/libgnunetutil.la \
99 $(GN_LIBINTL)
100gnunet_testing_DEPENDENCIES = \
101 libgnunettesting_old.la
102 91
103 92
104test_testing_SOURCES = \ 93test_testing_SOURCES = \