pkgbase: install all libc test files into the tests package

This commit is contained in:
Baptiste Daroussin 2024-03-20 17:13:56 +01:00
parent 8c3a85eaeb
commit 3a9ddfa1ab
3 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@ SHLIB_NAME= dynthr_mod.so
SHLIBDIR= ${TESTSDIR}
SRCS= dynthr_mod.c
LIBADD= pthread
PACKAGE= tests
TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/:H}

View File

@ -6,6 +6,7 @@ SHLIB_NAME= h_tls_dlopen.so
SRCS= h_tls_dlopen.c
MAN=
PACKAGE= tests
LIBDIR= ${TESTSBASE}/lib/libc/tls
SHLIB_MAJOR= 1

View File

@ -7,6 +7,7 @@ SRCS= h_tls_dynamic.c
LIBDIR= ${TESTSBASE}/lib/libc/tls
SHLIBDIR= ${TESTSBASE}/lib/libc/tls
SHLIB_MAJOR= 1
PACKAGE= tests
WITHOUT_STATIC=
WITHOUT_PROFILE=