aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-09-11 06:38:27 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-09-11 06:38:27 +0000
commit584b336bb53fbe434a2c8e29874ec657b89fcfce (patch)
tree23756285c57f5c91cdfe9c3ca671f4ba79edeadd /src/namestore/Makefile.am
parent0bd9307938d812b878e6e4ac7a9de93071e5f3e3 (diff)
downloadgnunet-584b336bb53fbe434a2c8e29874ec657b89fcfce.tar.gz
gnunet-584b336bb53fbe434a2c8e29874ec657b89fcfce.zip
- rename test according to what is tested
- added additional checks
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index a3874a922..6a3ce7da9 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -41,7 +41,7 @@ if HAVE_EXPERIMENTAL
41 41
42if HAVE_TESTING 42if HAVE_TESTING
43TESTING_TESTS = \ 43TESTING_TESTS = \
44 test_namestore_api \ 44 test_namestore_api_store \
45 test_namestore_api_remove \ 45 test_namestore_api_remove \
46 test_namestore_api_lookup 46 test_namestore_api_lookup
47#test_namestore_api_lookup_specific_type 47#test_namestore_api_lookup_specific_type
@@ -180,9 +180,9 @@ test_namestore_api_blocks_LDADD = \
180 $(top_builddir)/src/testing/libgnunettesting.la \ 180 $(top_builddir)/src/testing/libgnunettesting.la \
181 $(top_builddir)/src/namestore/libgnunetnamestore.la 181 $(top_builddir)/src/namestore/libgnunetnamestore.la
182 182
183test_namestore_api_SOURCES = \ 183test_namestore_api_store_SOURCES = \
184 test_namestore_api.c 184 test_namestore_api_store.c
185test_namestore_api_LDADD = \ 185test_namestore_api_store_LDADD = \
186 $(top_builddir)/src/testing/libgnunettesting.la \ 186 $(top_builddir)/src/testing/libgnunettesting.la \
187 $(top_builddir)/src/util/libgnunetutil.la \ 187 $(top_builddir)/src/util/libgnunetutil.la \
188 $(top_builddir)/src/namestore/libgnunetnamestore.la 188 $(top_builddir)/src/namestore/libgnunetnamestore.la