diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2009-12-24 13:22:33 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-12-24 13:22:33 -0800 |
commit | 92505456637430272dc01f082b6f9dbb7f7cb60e (patch) | |
tree | 65a51cf792b355026dc1e211206eb36df57ac709 /stdlib/Makefile | |
parent | 6f89d2f30f97211431d965993f570ed680747584 (diff) | |
download | glibc-92505456637430272dc01f082b6f9dbb7f7cb60e.tar.gz glibc-92505456637430272dc01f082b6f9dbb7f7cb60e.tar.xz glibc-92505456637430272dc01f082b6f9dbb7f7cb60e.zip |
Additional setcontext(), etc. conformance tests.
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 d361dd8ffa..882302f25c 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -70,7 +70,8 @@ tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ test-a64l tst-qsort tst-system testmb2 bug-strtod2 \ tst-atof1 tst-atof2 tst-strtod2 tst-strtod3 tst-rand48-2 \ tst-makecontext tst-strtod4 tst-strtod5 tst-qsort2 \ - tst-makecontext2 tst-strtod6 tst-unsetenv1 + tst-makecontext2 tst-strtod6 tst-unsetenv1 \ + tst-makecontext3 tst-sigcontext include ../Makeconfig |