diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-29 22:25:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-29 22:25:03 +0000 |
commit | dbc75fb3ccd8626ddedd2fe0f3621166059a8c80 (patch) | |
tree | 28da53a57b03d6ca86acee251e485397c29fa6a4 /stdlib/Makefile | |
parent | de4a40d07fd7bed8f57a49a22bf8c110751e80d6 (diff) | |
download | glibc-dbc75fb3ccd8626ddedd2fe0f3621166059a8c80.tar.gz glibc-dbc75fb3ccd8626ddedd2fe0f3621166059a8c80.tar.xz glibc-dbc75fb3ccd8626ddedd2fe0f3621166059a8c80.zip |
Update.
* stdlib/Makefile (tests): Add tst-environ.
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 4e5ad9b2ba..7efc1d6e0d 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -51,7 +51,7 @@ routines := \ distribute := exit.h grouping.h abort-instr.h isomac.c tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ - test-canon test-canon2 tst-strtoll + test-canon test-canon2 tst-strtoll tst-environ # Several mpn functions from GNU MP are used by the strtod function. |