- not required anymore
[oweals/gnunet.git] / src / namestore / Makefile.am
index 3c91198f0d5a2e9b7faa234892560d6db090f2b1..958b7d89b4e3f819b88e6f45d7b28377a0a8ea71 100644 (file)
@@ -25,6 +25,7 @@ endif
 
 check_PROGRAMS = \
  $(SQLITE_TESTS) \
+ test_namestore_record_serialization \
  test_namestore_api_sign_verify \
  test_namestore_api \
  test_namestore_api_put \
@@ -37,8 +38,7 @@ check_PROGRAMS = \
  test_namestore_api_zone_to_name \
  test_namestore_api_zone_iteration \
  test_namestore_api_zone_iteration_specific_zone \
- test_namestore_api_zone_iteration_stop \
- test_namestore_record_serialization
+ test_namestore_api_zone_iteration_stop 
 
 if ENABLE_TEST_RUN
 TESTS = $(check_PROGRAMS)
@@ -193,7 +193,8 @@ test_namestore_record_serialization_LDADD = \
 EXTRA_DIST = \
   test_namestore_api.conf \
   test_plugin_namestore_sqlite.conf\
-  hostkey
+  hostkey \
+  hostkey2
 
 
 test_plugin_namestore_sqlite_SOURCES = \