aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-02-29 13:25:10 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-02-29 13:25:10 +0000
commit7f2e5199228c060cc58d1633fb9acb50a47cdb61 (patch)
tree562bc7dc4ccb7ef6f6e50e36034393e331666fba /src
parent7c09149a5fce99ffedb66dfdf0f5be5ce7db60c9 (diff)
downloadgnunet-7f2e5199228c060cc58d1633fb9acb50a47cdb61.tar.gz
gnunet-7f2e5199228c060cc58d1633fb9acb50a47cdb61.zip
- run tests
Diffstat (limited to 'src')
-rw-r--r--src/namestore/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index a4bf8bfd8..39765b496 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -30,6 +30,10 @@ check_PROGRAMS = \
30 test_namestore_api_zone_iteration \ 30 test_namestore_api_zone_iteration \
31 test_namestore_record_serialization 31 test_namestore_record_serialization
32 32
33if ENABLE_TEST_RUN
34TESTS = $(check_PROGRAMS)
35endif
36
33lib_LTLIBRARIES = \ 37lib_LTLIBRARIES = \
34 libgnunetnamestore.la 38 libgnunetnamestore.la
35 39