]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Run the csu tests on a DSO. This builds the tests into a shared library,
authorandrew <andrew@FreeBSD.org>
Tue, 30 Oct 2018 09:43:26 +0000 (09:43 +0000)
committerandrew <andrew@FreeBSD.org>
Tue, 30 Oct 2018 09:43:26 +0000 (09:43 +0000)
commit9e6da106452a3b5088d056c454d315ffe39ceebe
treea659229a50e1d48cd5445e24de03e1bda4dd82e8
parent6660b31759b7bc0583ea8b745c6bc542c2ec57b6
Run the csu tests on a DSO. This builds the tests into a shared library,
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
etc/mtree/BSD.tests.dist
lib/csu/tests/Makefile
lib/csu/tests/cxx_constructors.cc
lib/csu/tests/dso/Makefile [new file with mode: 0644]
lib/csu/tests/dynamiclib/Makefile [new file with mode: 0644]
lib/csu/tests/fini_test.c
lib/csu/tests/init_test.c