aboutsummaryrefslogtreecommitdiff
path: root/src/ats/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-08-29 16:17:28 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-08-29 16:17:28 +0000
commit3c9b3f415156a699558e7494862c4bbbe22c31f0 (patch)
tree5ca8885e1e2fa72df234ebc8df111bd7e6a336cf /src/ats/Makefile.am
parent98e9dc065ff9f863d1e53264bb770d0a9c3954a9 (diff)
downloadgnunet-3c9b3f415156a699558e7494862c4bbbe22c31f0.tar.gz
gnunet-3c9b3f415156a699558e7494862c4bbbe22c31f0.zip
fundamentals for an ats test
Diffstat (limited to 'src/ats/Makefile.am')
-rw-r--r--src/ats/Makefile.am21
1 files changed, 12 insertions, 9 deletions
diff --git a/src/ats/Makefile.am b/src/ats/Makefile.am
index 22c60802b..652cc7462 100644
--- a/src/ats/Makefile.am
+++ b/src/ats/Makefile.am
@@ -27,15 +27,18 @@ libgnunetats_la_LIBADD = \
27# $(GN_LIBINTL) 27# $(GN_LIBINTL)
28 28
29 29
30#check_PROGRAMS = \ 30check_PROGRAMS = \
31# test_ats_api 31 test_ats_api
32
33if ENABLE_TEST_RUN
34TESTS = $(check_PROGRAMS)
35endif
36
37test_ats_api_SOURCES = \
38 test_ats_api.c
39test_ats_api_LDADD = \
40 $(top_builddir)/src/util/libgnunetutil.la \
41 $(top_builddir)/src/ats/libgnunetats.la
32 42
33#if ENABLE_TEST_RUN
34#TESTS = $(check_PROGRAMS)
35#endif
36 43
37#test_ats_api_SOURCES = \
38# test_ats_api.c
39#test_ats_api_LDADD = \
40# $(top_builddir)/src/util/libgnunetutil.la
41 44