diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-18 22:01:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-18 22:01:27 +0000 |
commit | 394f4f179ee1eb995a58fa30b5d43f8e3c48217d (patch) | |
tree | e0a1eb998498823230b6aaba4554e6bc5e7ccb46 /stdlib/Makefile | |
parent | 1c719dd82cdfc280c9c46e51a72fff73cdaec1a2 (diff) | |
download | glibc-394f4f179ee1eb995a58fa30b5d43f8e3c48217d.tar glibc-394f4f179ee1eb995a58fa30b5d43f8e3c48217d.tar.gz glibc-394f4f179ee1eb995a58fa30b5d43f8e3c48217d.tar.bz2 glibc-394f4f179ee1eb995a58fa30b5d43f8e3c48217d.zip |
Tue Jun 18 17:56:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* stdlib/test-canon.c: New test program contributed by David Mosberger.
* stdlib/Makefile (tests): Add test-canon.
* stdlib/canonicalize.c: Rewritten by David Mosberger.
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 46d7aa13a5..aa072082cc 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -45,7 +45,8 @@ routines := \ rpmatch strfmon distribute := exit.h grouping.h -tests := tst-strtol tst-strtod testmb testrand testsort testdiv +tests := tst-strtol tst-strtod testmb testrand testsort testdiv \ + test-canon # Several mpn functions from GNU MP are used by the strtod function. |