summaryrefslogtreecommitdiff
path: root/lib/libc/tests
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-03-20 16:13:56 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-03-27 08:37:10 +0000
commit77205dbc1397acbe415dad26732dfdb6f62b0def (patch)
tree2d6ed7d431c997a73fc285a86c2342d19f88e3c1 /lib/libc/tests
parent0e3acd57984ab13270612cf5ea17227ec45f55e7 (diff)
Diffstat (limited to 'lib/libc/tests')
-rw-r--r--lib/libc/tests/stdlib/dynthr_mod/Makefile1
-rw-r--r--lib/libc/tests/tls/dso/Makefile1
-rw-r--r--lib/libc/tests/tls_dso/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/tests/stdlib/dynthr_mod/Makefile b/lib/libc/tests/stdlib/dynthr_mod/Makefile
index 3c6330cb712f..1db3a3c9d571 100644
--- a/lib/libc/tests/stdlib/dynthr_mod/Makefile
+++ b/lib/libc/tests/stdlib/dynthr_mod/Makefile
@@ -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}
diff --git a/lib/libc/tests/tls/dso/Makefile b/lib/libc/tests/tls/dso/Makefile
index ec996105f4d3..2e08d6899d63 100644
--- a/lib/libc/tests/tls/dso/Makefile
+++ b/lib/libc/tests/tls/dso/Makefile
@@ -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
diff --git a/lib/libc/tests/tls_dso/Makefile b/lib/libc/tests/tls_dso/Makefile
index 403d789a01f7..bae78739708d 100644
--- a/lib/libc/tests/tls_dso/Makefile
+++ b/lib/libc/tests/tls_dso/Makefile
@@ -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=