From 5efa7b012b5c1f172debfe09b8248dec75626b97 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... (cherry picked from commit f614ebe6f54d9346f15ebee82fe2673e8de94cf4) --- 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 8dfd9314ab..081023c63d 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