From f614ebe6f54d9346f15ebee82fe2673e8de94cf4 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 4 May 2015 17:52:55 +0200 Subject: [PATCH] platform: re-enable the platform link test The link test was disabled in commit 67ad3fcb5b65fd74cab7f16531fce7ab457d8c43. The previous issues are not fixed, but apparently disabling the test doesn't help to get it fixed. Re-enable it and if it fails we have a better reason to fix it. Or maybe it works now (?). Didn't fail for me... --- src/platform/tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/tests/Makefile.am b/src/platform/tests/Makefile.am index 8dfd9314a..081023c63 100644 --- a/src/platform/tests/Makefile.am +++ b/src/platform/tests/Makefile.am @@ -117,6 +117,7 @@ TESTS = \ test-cleanup-fake \ test-cleanup-linux \ test-link-fake \ + test-link-linux \ test-route-fake \ test-route-linux