9e6da10645
then runs these from the base test programs. With this we can check crtbeginS.o and crtendS.o are working as expected. MFC with: r339738 Sponsored by: DARPA, AFRL
9 lines
123 B
Makefile
9 lines
123 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= dso
|
|
TESTS_SUBDIRS= dynamic
|
|
TESTS_SUBDIRS+= dynamiclib
|
|
TESTS_SUBDIRS+= static
|
|
|
|
.include <bsd.test.mk>
|