* stdlib/Makefile (tests): Add tst-environ.
This commit is contained in:
Ulrich Drepper 1999-07-29 22:25:03 +00:00
parent de4a40d07f
commit dbc75fb3cc
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
* sysdeps/generic/putenv.c: Use __add_to_environ instead of setenv.
* include/stdlib.h: Add prototype of __add_to_environ.
* stdlib/tst-environ.c: New file.
* stdlib/Makefile (tests): Add tst-environ.
* sysdeps/i386/bits/string.h (__memset_cc): Fix typo in last patch.

View File

@ -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.