From 6853d07f05e5363d8a7881753634764585a63c59 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 4 Feb 2015 11:55:38 +0100 Subject: [PATCH] platform/tests: reenable valgrind tests valgrind tests for platform were wrongly disabled. Fixes: e3784fa618dff2816a0a793b257d908ef2e99daa --- src/platform/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/tests/Makefile.am b/src/platform/tests/Makefile.am index b06e25e0ca..c10600eb51 100644 --- a/src/platform/tests/Makefile.am +++ b/src/platform/tests/Makefile.am @@ -109,7 +109,7 @@ test_cleanup_linux_CPPFLAGS = \ -DKERNEL_HACKS=1 test_cleanup_linux_LDADD = $(PLATFORM_LDADD) -#@VALGRIND_RULES@ +@VALGRIND_RULES@ TESTS = test-link-fake test-address-fake test-route-fake test-cleanup-fake test-address-linux test-route-linux test-cleanup-linux