From 7e28f203451e4e3a59f5ce29de23157f0a4b1fc9 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 25 Jul 2018 04:57:21 -0700 Subject: Add another test for setcontext Reviewed-by: Carlos O'Donell * stdlib/Makefile (tests): Add tst-setcontext4. * stdlib/tst-setcontext4.c: New file. --- stdlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/Makefile') 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 -- cgit v1.2.3