From 0c1d37e1d510b538ba91570e0b10c673de3fd026 Mon Sep 17 00:00:00 2001 From: andrew Date: Sat, 24 Nov 2018 16:05:40 +0000 Subject: [PATCH] Disable the dynamiclib test until a failure can be debugged --- 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 693aa503e93265..8083d83d1af672 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