summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2013-04-06 17:13:19 -0400
committerCarlos O'Donell <carlos@redhat.com>2013-04-06 17:13:19 -0400
commit085b2d41a45e9b8cf9f78876a10ca0869dbc64fd (patch)
tree9d4faf2875c454138481d7eac17314e72ea11f83 /math
parent7208a313b93a42e3cef61c4249a59b4b32a5850b (diff)
README.libm-test: Use testrun.sh to run libm test.
Document the use of the convenience testrun.sh script for running the libm test. --- 2013-04-06 Carlos O'Donell <carlos@redhat.com> * math/README.libm-test (How can I generate "libm-test-ulps"?): Use testrun.sh to run libm tests.
Diffstat (limited to 'math')
-rw-r--r--math/README.libm-test3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/README.libm-test b/math/README.libm-test
index 29294993fe..7003e5dc4d 100644
--- a/math/README.libm-test
+++ b/math/README.libm-test
@@ -48,8 +48,7 @@ the changes, post your patch, and check it in after review.
To manually generate a new "libm-test-ulps" file, first remove "ULPs"
file in the current directory, then you can execute for example:
- /build/elf/ld.so --library--path /build/:/build/elf:/build/math \
- test-double -u --ignore-max-ulp=yes
+ ./testrun.sh math/test-double -u --ignore-max-ulp=yes
This generates a file "ULPs" with all double ULPs in it, ignoring any
previously calculated ULPs, and running with the newly built dynamic
loader and math library (assumes you didn't install your build). Now