mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
This adds a basic test that __cxa_atexit works, and also adds some tests
for __cxa_atexit handlers registered in the middle of __cxa_finalize.
PR: 285870
(cherry picked from commit ee9ce1078c)
11 lines
202 B
Makefile
11 lines
202 B
Makefile
SHLIB_CXX= libatexit
|
|
SHLIB_NAME= libatexit.so
|
|
SHLIB_MAJOR= 1
|
|
SHLIBDIR= ${TESTSDIR}
|
|
PACKAGE= tests
|
|
SRCS= libatexit.cc
|
|
|
|
TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/:H}
|
|
|
|
|
|
.include <bsd.lib.mk>
|