mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 07:55:21 -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 ee9ce1078c596f5719f312feedd616ab0fb41dc9)
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>
|