aboutsummaryrefslogtreecommitdiff
path: root/posix/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-03-09 21:07:24 +0100
committerFlorian Weimer <fweimer@redhat.com>2021-03-09 21:07:24 +0100
commit63c317fe318b7fcf0b09a7891bbf5a1c1016c374 (patch)
treed5e93622436cd10a2f5735fbb7ffa63f9fcad0b1 /posix/Makefile
parent8209c5f1f4d0546c1a798a7d34bc8348fd72ff40 (diff)
downloadglibc-63c317fe318b7fcf0b09a7891bbf5a1c1016c374.zip
glibc-63c317fe318b7fcf0b09a7891bbf5a1c1016c374.tar.gz
glibc-63c317fe318b7fcf0b09a7891bbf5a1c1016c374.tar.bz2
posix: tst-spawn4-compat can be a regular test
compat_symbol_reference now works for non-internal tests, too. Also stop building and running the tests on those architectures that lack the test symbol versions. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'posix/Makefile')
-rw-r--r--posix/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/posix/Makefile b/posix/Makefile
index 2ee5bb6..305ec75 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -110,9 +110,14 @@ ifeq ($(have-GLIBC_2.26)$(build-shared),yesyes)
tests += tst-glob_lstat_compat
endif
+# Test for the posix_spawn, posix_spawnp symbol versions replaced in
+# glibc 2.15.
+ifeq ($(have-GLIBC_2.14)$(build-shared),yesyes)
+tests += tst-spawn4-compat
+endif
+
tests-internal := bug-regex5 bug-regex20 bug-regex33 \
- tst-rfc3484 tst-rfc3484-2 tst-rfc3484-3 \
- tst-spawn4-compat
+ tst-rfc3484 tst-rfc3484-2 tst-rfc3484-3
tests-container := bug-ga2
xtests := tst-getaddrinfo4 tst-getaddrinfo5 tst-sched_rr_get_interval
ifeq (yes,$(build-shared))