diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-12-24 13:34:05 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-12-24 13:34:05 -0800 |
commit | a87cd2894cbd79b05972e168d0bdb51967dd9574 (patch) | |
tree | 94a5dc95ffc3311b512f5d296e4fa0268c3abcf0 /stdlib/Makefile | |
parent | 92505456637430272dc01f082b6f9dbb7f7cb60e (diff) | |
download | glibc-a87cd2894cbd79b05972e168d0bdb51967dd9574.tar.gz |
Remove tst-sigcontext test.
It's bogus in many places.
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 882302f25c..bb0661af3b 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -71,7 +71,7 @@ tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ 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-makecontext3 tst-sigcontext + tst-makecontext3 include ../Makeconfig |