summaryrefslogtreecommitdiff
path: root/stdlib/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-16 01:34:02 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-16 01:34:02 +0000
commit8ae67009786d409e1995536c9dbd7f52c4b4c9be (patch)
tree997860275c16ff935458e0134efe15ca9ffa7e50 /stdlib/Makefile
parent389b70491b4d6ff078712b848600a36efcced323 (diff)
Update.
2000-09-15 Ulrich Drepper <drepper@redhat.com> * include/limits.h: Define LLONG_MIN, LLONG_MAX, ULLONG_MAX if necessary. Move includes of POSIX and Unix limits files to the end. * stdlib/Makefile (tests): Add tst-limits. * stdlib/tst-limits.h: New file.
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r--stdlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index 24b4b44fbf..19e88f3aca 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -52,7 +52,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 tst-environ \
- tst-xpg-basename tst-random tst-bsearch
+ tst-xpg-basename tst-random tst-bsearch tst-limits
# Several mpn functions from GNU MP are used by the strtod function.