diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-07-25 05:00:30 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-07-25 05:00:30 -0700 |
commit | bd4f7903dfc5d192e987f42b0b30b74225bd075c (patch) | |
tree | b4f302ec279d64ae2301012d2e4e78beb051167b /stdlib/Makefile | |
parent | 7e28f203451e4e3a59f5ce29de23157f0a4b1fc9 (diff) | |
download | glibc-bd4f7903dfc5d192e987f42b0b30b74225bd075c.zip glibc-bd4f7903dfc5d192e987f42b0b30b74225bd075c.tar.gz glibc-bd4f7903dfc5d192e987f42b0b30b74225bd075c.tar.bz2 |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index e3f2093..403ca22 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 |