aboutsummaryrefslogtreecommitdiff
path: root/src/ats/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-09-09 15:06:53 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-09-09 15:06:53 +0000
commit572e6cfded2bece750dc1a0e35432112e89f4467 (patch)
tree6b1ece186d66c4bf321f1a781be2f0f370a9307a /src/ats/Makefile.am
parente58f3d1bc8729c6557b7cad0c04746ae21822364 (diff)
downloadgnunet-572e6cfded2bece750dc1a0e35432112e89f4467.tar.gz
gnunet-572e6cfded2bece750dc1a0e35432112e89f4467.zip
fix in address update + testcase
Diffstat (limited to 'src/ats/Makefile.am')
-rw-r--r--src/ats/Makefile.am10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index 652cc7462..d44f59e6f 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -28,7 +28,8 @@ libgnunetats_la_LIBADD = \
28 28
29 29
30check_PROGRAMS = \ 30check_PROGRAMS = \
31 test_ats_api 31 test_ats_api \
32 test_ats_api_update_address
32 33
33if ENABLE_TEST_RUN 34if ENABLE_TEST_RUN
34TESTS = $(check_PROGRAMS) 35TESTS = $(check_PROGRAMS)
@@ -40,5 +41,8 @@ test_ats_api_LDADD = \
40 $(top_builddir)/src/util/libgnunetutil.la \ 41 $(top_builddir)/src/util/libgnunetutil.la \
41 $(top_builddir)/src/ats/libgnunetats.la 42 $(top_builddir)/src/ats/libgnunetats.la
42 43
43 44test_ats_api_update_address_SOURCES = \
44 45 test_ats_api_update_address.c
46test_ats_api_update_address_LDADD = \
47 $(top_builddir)/src/util/libgnunetutil.la \
48 $(top_builddir)/src/ats/libgnunetats.la