summaryrefslogtreecommitdiff
path: root/stdlib/Makefile
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-07-25 05:00:30 -0700
committerH.J. Lu <hjl.tools@gmail.com>2018-07-25 05:00:30 -0700
commitbd4f7903dfc5d192e987f42b0b30b74225bd075c (patch)
treeb4f302ec279d64ae2301012d2e4e78beb051167b /stdlib/Makefile
parent7e28f203451e4e3a59f5ce29de23157f0a4b1fc9 (diff)
Add a test for multiple setcontext calls
Check multiple setcontext calls. Reviewed-by: Carlos O'Donell <carlos@redhat.com>. * stdlib/Makefile ((tests): Add tst-setcontext5. * stdlib/tst-setcontext5.c: New file.
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r--stdlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index e3f2093544..403ca22f49 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -85,7 +85,7 @@ tests := tst-strtol tst-strtod testmb testrand testsort testdiv \
test-at_quick_exit-race test-cxa_atexit-race \
test-on_exit-race test-dlclose-exit-race \
tst-makecontext-align test-bz22786 tst-strtod-nan-sign \
- tst-swapcontext1 tst-setcontext4
+ tst-swapcontext1 tst-setcontext4 tst-setcontext5
tests-internal := tst-strtod1i tst-strtod3 tst-strtod4 tst-strtod5i \
tst-tls-atexit tst-tls-atexit-nodelete