From dbc75fb3ccd8626ddedd2fe0f3621166059a8c80 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 29 Jul 1999 22:25:03 +0000 Subject: Update. * stdlib/Makefile (tests): Add tst-environ. --- ChangeLog | 1 + stdlib/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 61b75f3825..28a2a76870 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. 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. -- cgit 1.4.1