From 7f2e5199228c060cc58d1633fb9acb50a47cdb61 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 29 Feb 2012 13:25:10 +0000 Subject: [PATCH] - run tests --- src/namestore/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) 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 = \ test_namestore_api_zone_iteration \ test_namestore_record_serialization +if ENABLE_TEST_RUN +TESTS = $(check_PROGRAMS) +endif + lib_LTLIBRARIES = \ libgnunetnamestore.la -- 2.25.1