svn commit: r340911 - head/lib/csu/tests

Andrew Turner andrew at FreeBSD.org
Sat Nov 24 18:25:01 UTC 2018


Author: andrew
Date: Sat Nov 24 18:25:00 2018
New Revision: 340911
URL: https://svnweb.freebsd.org/changeset/base/340911

Log:
  Re-enable the dynamiclib tests. These should be fixed by r340910.

Modified:
  head/lib/csu/tests/Makefile

Modified: head/lib/csu/tests/Makefile
==============================================================================
--- head/lib/csu/tests/Makefile	Sat Nov 24 18:23:53 2018	(r340910)
+++ head/lib/csu/tests/Makefile	Sat Nov 24 18:25:00 2018	(r340911)
@@ -2,7 +2,7 @@
 
 SUBDIR=		dso
 TESTS_SUBDIRS=	dynamic
-#TESTS_SUBDIRS+=	dynamiclib
+TESTS_SUBDIRS+=	dynamiclib
 TESTS_SUBDIRS+=	static
 
 .include <bsd.test.mk>


More information about the svn-src-all mailing list