fix segfault
[oweals/gnunet.git] / src / namestore / Makefile.am
index 8bfa0389bf9d709c11417950d0b5ad8ae9db1e48..3fac6dce9bf86e1c00bf39ce5bb5e2a8450cfde6 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 \
@@ -36,7 +37,8 @@ check_PROGRAMS = \
  test_namestore_api_remove_not_existing_record \
  test_namestore_api_zone_to_name \
  test_namestore_api_zone_iteration \
- test_namestore_record_serialization
+ test_namestore_api_zone_iteration_specific_zone \
+ test_namestore_api_zone_iteration_stop 
 
 if ENABLE_TEST_RUN
 TESTS = $(check_PROGRAMS)
@@ -169,6 +171,18 @@ test_namestore_api_zone_iteration_SOURCES = \
 test_namestore_api_zone_iteration_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/namestore/libgnunetnamestore.la  
+  
+test_namestore_api_zone_iteration_specific_zone_SOURCES = \
+ test_namestore_api_zone_iteration_specific_zone.c
+test_namestore_api_zone_iteration_specific_zone_LDADD = \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(top_builddir)/src/namestore/libgnunetnamestore.la  
+  
+test_namestore_api_zone_iteration_stop_SOURCES = \
+ test_namestore_api_zone_iteration_stop.c
+test_namestore_api_zone_iteration_stop_LDADD = \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(top_builddir)/src/namestore/libgnunetnamestore.la    
 
 test_namestore_record_serialization_SOURCES = \
  test_namestore_record_serialization.c
@@ -179,7 +193,9 @@ test_namestore_record_serialization_LDADD = \
 EXTRA_DIST = \
   test_namestore_api.conf \
   test_plugin_namestore_sqlite.conf\
-  hostkey
+  test_hostkey \
+  zonefiles/4UCICULTINKC87UO4326KEEDQ9MTEP2AJT88MJFVGTGNK12QNGMQI2S41VI07UUU6EO19BTB06PDL0HE6VP1OM50HOJEI75RHP4JP80.zone \
+  zonefiles/KJI3AL00K91EDPFJF58DAJM7H61D189TLP70N56JL8SVDCJE1SJ3SNNBOQPPONTL37FMHPS39SMK2NMVC0GQMGA6QCMHITT78O8GF80.zone
 
 
 test_plugin_namestore_sqlite_SOURCES = \