diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-06 21:04:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-06 21:04:46 +0000 |
commit | 8cb9c6509bde1537467b3432eb38ac26cb7f5e11 (patch) | |
tree | a7ea20361287943f742c989cf48a69d81219983e /stdlib/Makefile | |
parent | b64cd08aab1cb423d1fb18132f0c21ee5ac10f31 (diff) | |
download | glibc-8cb9c6509bde1537467b3432eb38ac26cb7f5e11.tar.gz glibc-8cb9c6509bde1537467b3432eb38ac26cb7f5e11.tar.xz glibc-8cb9c6509bde1537467b3432eb38ac26cb7f5e11.zip |
Update.
* stdlib/Makefile (tests): Add tst-bsearch. * stdlib/tst-bsearch.c: New file.
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 6a0d39bf1d..24b4b44fbf 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-xpg-basename tst-random tst-bsearch # Several mpn functions from GNU MP are used by the strtod function. |