diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-07-25 05:12:59 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-07-25 05:13:16 -0700 |
commit | 375a484459efcf2da1100e9ed228863be6665986 (patch) | |
tree | 18237227caa2959222cf4341974664e460b7cad0 /stdlib/Makefile | |
parent | bd4f7903dfc5d192e987f42b0b30b74225bd075c (diff) | |
download | glibc-375a484459efcf2da1100e9ed228863be6665986.tar.gz glibc-375a484459efcf2da1100e9ed228863be6665986.tar.xz glibc-375a484459efcf2da1100e9ed228863be6665986.zip |
Add tests for setcontext on the context from makecontext
Reviewed-by: Carlos O'Donell <carlos@redhat.com> * stdlib/Makefile ((tests): Add tst-setcontext6, tst-setcontext7, tst-setcontext8 and tst-setcontext9. * stdlib/tst-setcontext6.c: New file. * stdlib/tst-setcontext7.c: Likewise. * stdlib/tst-setcontext8.c: Likewise. * stdlib/tst-setcontext9.c: Likewise.
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 403ca22f49..01194bbf7c 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -85,7 +85,9 @@ 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-setcontext5 + tst-swapcontext1 tst-setcontext4 tst-setcontext5 \ + tst-setcontext6 tst-setcontext7 tst-setcontext8 \ + tst-setcontext9 tests-internal := tst-strtod1i tst-strtod3 tst-strtod4 tst-strtod5i \ tst-tls-atexit tst-tls-atexit-nodelete |