diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-12-10 10:38:56 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-12-10 10:38:56 +0000 |
commit | b0ec19ce6e64c405fdd95c90a5d4212f86abea1f (patch) | |
tree | 9f52f1f004f36f9bd712fe2fb753736733f6324c /stdlib/Makefile | |
parent | 7f65f3e3920a0dd6bb6a8774f46063371be4d029 (diff) | |
download | glibc-b0ec19ce6e64c405fdd95c90a5d4212f86abea1f.tar.gz glibc-b0ec19ce6e64c405fdd95c90a5d4212f86abea1f.tar.xz glibc-b0ec19ce6e64c405fdd95c90a5d4212f86abea1f.zip |
Updated to fedora-glibc-20061210T1006
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 a0ff427b7e..37400ec547 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -66,7 +66,8 @@ tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ test-canon test-canon2 tst-strtoll tst-environ \ tst-xpg-basename tst-random tst-random2 tst-bsearch \ tst-limits tst-rand48 bug-strtod tst-setcontext \ - test-a64l tst-qsort tst-system testmb2 bug-strtod2 + test-a64l tst-qsort tst-system testmb2 bug-strtod2 \ + tst-atof1 tst-atof2 tst-strtod2 include ../Makeconfig |