Disable the dynamiclib test until a failure can be debugged

This commit is contained in:
andrew 2018-11-24 16:05:40 +00:00
parent ac6caac351
commit 0c1d37e1d5

View File

@ -2,7 +2,7 @@
SUBDIR= dso
TESTS_SUBDIRS= dynamic
TESTS_SUBDIRS+= dynamiclib
#TESTS_SUBDIRS+= dynamiclib
TESTS_SUBDIRS+= static
.include <bsd.test.mk>