diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-07-25 04:57:21 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-07-25 04:57:21 -0700 |
commit | 7e28f203451e4e3a59f5ce29de23157f0a4b1fc9 (patch) | |
tree | 0b82ab2b1447819a602fe1ae1ff9d514b0169a3f /stdlib/Makefile | |
parent | 8516ad2de3ae7c720370e06e7aa98d135b3c30eb (diff) | |
download | glibc-7e28f203451e4e3a59f5ce29de23157f0a4b1fc9.tar.gz glibc-7e28f203451e4e3a59f5ce29de23157f0a4b1fc9.tar.xz glibc-7e28f203451e4e3a59f5ce29de23157f0a4b1fc9.zip |
Add another test for setcontext
Reviewed-by: Carlos O'Donell <carlos@redhat.com> * stdlib/Makefile (tests): Add tst-setcontext4. * stdlib/tst-setcontext4.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 bc8929f2b9..e3f2093544 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-swapcontext1 tst-setcontext4 tests-internal := tst-strtod1i tst-strtod3 tst-strtod4 tst-strtod5i \ tst-tls-atexit tst-tls-atexit-nodelete |