diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-05-16 12:28:19 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-07-25 04:54:00 -0700 |
commit | 8516ad2de3ae7c720370e06e7aa98d135b3c30eb (patch) | |
tree | 2b78327ae70d222f896b7678a87febee5c2a8ba9 /stdlib/Makefile | |
parent | fddcd003776ce242526e809ebfbdcccf31e486c6 (diff) | |
download | glibc-8516ad2de3ae7c720370e06e7aa98d135b3c30eb.tar.gz glibc-8516ad2de3ae7c720370e06e7aa98d135b3c30eb.tar.xz glibc-8516ad2de3ae7c720370e06e7aa98d135b3c30eb.zip |
Add a test for multiple makecontext calls
Check multiple makecontext calls. * stdlib/Makefile (tests): Add tst-swapcontext1. * stdlib/tst-swapcontext1.c: New test.
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index b5e55b0a55..bc8929f2b9 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -84,7 +84,8 @@ tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ tst-cxa_atexit tst-on_exit test-atexit-race \ 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-makecontext-align test-bz22786 tst-strtod-nan-sign \ + tst-swapcontext1 tests-internal := tst-strtod1i tst-strtod3 tst-strtod4 tst-strtod5i \ tst-tls-atexit tst-tls-atexit-nodelete |