aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/pthread/Makefile
diff options
context:
space:
mode:
authorSergey Kolosov <skolosov@redhat.com>2024-11-06 15:24:06 +0100
committerFlorian Weimer <fweimer@redhat.com>2024-11-29 15:55:20 +0100
commitbde47662b74b883149c3001e2c052dea5d3cd92f (patch)
treef763e8538ef72f256cd38fdc9143b9b2970f13fb /sysdeps/pthread/Makefile
parente2436d6f5aa47ce8da80c2ba0f59dfb9ffde08f3 (diff)
downloadglibc-bde47662b74b883149c3001e2c052dea5d3cd92f.tar.xz
glibc-bde47662b74b883149c3001e2c052dea5d3cd92f.zip
nptl: Add new test for pthread_spin_trylock
Add a threaded test for pthread_spin_trylock attempting to lock already acquired spin lock and checking for correct return code. Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'sysdeps/pthread/Makefile')
-rw-r--r--sysdeps/pthread/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile
index 1a9f2559d9..2fee4a34e7 100644
--- a/sysdeps/pthread/Makefile
+++ b/sysdeps/pthread/Makefile
@@ -268,6 +268,7 @@ tests += \
tst-spin2 \
tst-spin3 \
tst-spin4 \
+ tst-spin5 \
tst-stack1 \
tst-stdio1 \
tst-stdio2 \