From 266900be140bd4eeb782cdb101e081eab973dda3 Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Sat, 24 Nov 2018 18:25:00 +0000 Subject: [PATCH] Re-enable the dynamiclib tests. These should be fixed by r340910. --- lib/csu/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/csu/tests/Makefile b/lib/csu/tests/Makefile index 8083d83d1af..693aa503e93 100644 --- a/lib/csu/tests/Makefile +++ b/lib/csu/tests/Makefile @@ -2,7 +2,7 @@ SUBDIR= dso TESTS_SUBDIRS= dynamic -#TESTS_SUBDIRS+= dynamiclib +TESTS_SUBDIRS+= dynamiclib TESTS_SUBDIRS+= static .include