aboutsummaryrefslogtreecommitdiff
path: root/rt/Makefile
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2024-09-17 22:52:37 -0400
committerDJ Delorie <dj@redhat.com>2024-10-08 14:27:55 -0400
commitcfb35f5f7f32cec8fa4e16b99e35b7d70fa13f1f (patch)
tree1700be41b5bcb596e11fa9fd58507022c7e173fd /rt/Makefile
parentd40ac01cbbc66e6d9dbd8e3485605c63b2178251 (diff)
downloadglibc-cfb35f5f7f32cec8fa4e16b99e35b7d70fa13f1f.tar.xz
glibc-cfb35f5f7f32cec8fa4e16b99e35b7d70fa13f1f.zip
rt: more clock_nanosleep tests
Test that clock_nanosleep rejects out of range time values. Test that clock_nanosleep actually sleeps for at least the requested time relative to the requested clock. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'rt/Makefile')
-rw-r--r--rt/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/rt/Makefile b/rt/Makefile
index 7b50c64f76..bc5f28c6d0 100644
--- a/rt/Makefile
+++ b/rt/Makefile
@@ -77,6 +77,7 @@ tests := tst-shm tst-timer tst-timer2 \
tst-bz28213 \
tst-timer3 tst-timer4 tst-timer5 \
tst-cpuclock2 tst-cputimer1 tst-cputimer2 tst-cputimer3 \
+ tst-clock_nanosleep2 \
tst-shm-cancel \
tst-mqueue10
tests-internal := tst-timer-sigmask
@@ -84,6 +85,7 @@ tests-internal := tst-timer-sigmask
tests-time64 := \
tst-aio6-time64 \
tst-cpuclock2-time64 \
+ tst-clock_nanosleep2-time64 \
tst-mqueue1-time64 \
tst-mqueue2-time64 \
tst-mqueue4-time64 \