6871d48825
lib/csu/tests/dynamiclib requires libh_csu.so be built first. I'm not sure this is the most correct/best way to address this but it solves the issue in my testing. PR: 233734 Sponsored by: The FreeBSD Foundation
11 lines
153 B
Makefile
11 lines
153 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= dso
|
|
TESTS_SUBDIRS= dynamic
|
|
TESTS_SUBDIRS+= dynamiclib
|
|
TESTS_SUBDIRS+= static
|
|
|
|
SUBDIR_DEPEND_dynamiclib=dso
|
|
|
|
.include <bsd.test.mk>
|