summaryrefslogtreecommitdiff
path: root/stdlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r--stdlib/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index 90b6d8b1c8..4d471c911b 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -55,13 +55,14 @@ routines := \
# linked against when the shared library will be used.
static-only-routines = atexit
-distribute := exit.h grouping.h abort-instr.h isomac.c tst-fmtmsg.sh \
+distribute := exit.h grouping.h abort-instr.h isomac.c tst-fmtmsg.sh \
allocalim.h
test-srcs := tst-fmtmsg
-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-limits \
- tst-rand48 bug-strtod tst-setcontext test-a64l tst-qsort
+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-limits \
+ tst-rand48 bug-strtod tst-setcontext test-a64l tst-qsort \
+ tst-system
# Several mpn functions from GNU MP are used by the strtod function.