From: Matthias Wachs Date: Wed, 29 Feb 2012 13:25:10 +0000 (+0000) Subject: - run tests X-Git-Tag: initial-import-from-subversion-38251~14538 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7f2e5199228c060cc58d1633fb9acb50a47cdb61;p=oweals%2Fgnunet.git - run tests --- 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