aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-13 13:16:54 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-13 13:16:54 +0000
commite46a3d08b2d167b405e745d3854b4faf5b5c1157 (patch)
tree8efd5965226f695fa516f2878556441c81d75b9d
parent85031a991c852462ca5af9cad45b398694267e9e (diff)
downloadgnunet-e46a3d08b2d167b405e745d3854b4faf5b5c1157.tar.gz
gnunet-e46a3d08b2d167b405e745d3854b4faf5b5c1157.zip
commenting out old tests
-rw-r--r--src/ats/Makefile.am26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index 319d6711c..0f0a20e55 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -28,25 +28,25 @@ libgnunetats_la_LIBADD = \
28# $(GN_LIBINTL) 28# $(GN_LIBINTL)
29 29
30 30
31check_PROGRAMS = \ 31#check_PROGRAMS = \
32 test_ats_api 32# test_ats_api
33# test_ats_api_update_address 33# test_ats_api_update_address
34 34
35if ENABLE_TEST_RUN 35if ENABLE_TEST_RUN
36TESTS = $(check_PROGRAMS) 36TESTS = $(check_PROGRAMS)
37endif 37endif
38 38
39test_ats_api_SOURCES = \ 39#test_ats_api_SOURCES = \
40 test_ats_api.c 40# test_ats_api.c
41test_ats_api_LDADD = \ 41#test_ats_api_LDADD = \
42 $(top_builddir)/src/util/libgnunetutil.la \ 42# $(top_builddir)/src/util/libgnunetutil.la \
43 $(top_builddir)/src/ats/libgnunetats.la 43# $(top_builddir)/src/ats/libgnunetats.la
44 44
45test_ats_api_update_address_SOURCES = \ 45#test_ats_api_update_address_SOURCES = \
46 test_ats_api_update_address.c 46# test_ats_api_update_address.c
47test_ats_api_update_address_LDADD = \ 47#test_ats_api_update_address_LDADD = \
48 $(top_builddir)/src/util/libgnunetutil.la \ 48# $(top_builddir)/src/util/libgnunetutil.la \
49 $(top_builddir)/src/ats/libgnunetats.la 49# $(top_builddir)/src/ats/libgnunetats.la
50 50
51 51
52EXTRA_DIST = \ 52EXTRA_DIST = \