summaryrefslogtreecommitdiffstats
path: root/tools/test/README
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2010-04-24 12:11:41 +0000
committermarius <marius@FreeBSD.org>2010-04-24 12:11:41 +0000
commit0b9b56e38ea79db375d5fe8e9d9be5e7a2b36127 (patch)
tree5a9c2ce49869f7f1e6416b422617592dd962cc8a /tools/test/README
parent6225de8b800b8ed895681ae6716c0623a478ad39 (diff)
parent316da263d2468d9c3b8252c8df57f3f99ccd18aa (diff)
downloadFreeBSD-src-0b9b56e38ea79db375d5fe8e9d9be5e7a2b36127.zip
FreeBSD-src-0b9b56e38ea79db375d5fe8e9d9be5e7a2b36127.tar.gz
Add a TestFloat based test suite for floating-point implementations
currently supporting sparc64. After a `make depend all` there are three programs; testsoftfloat for testing against the SoftFloat in src/lib/libc/softfloat for reference purposes, testemufloat for testing the emulator source in src/lib/libc/sparc64/fpu and testfloat for testing with the installed libc. Support for other architectures can be added as needed. PR: 144900 Submitted by: Peter Jeremy
Diffstat (limited to 'tools/test/README')
-rw-r--r--tools/test/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test/README b/tools/test/README
index f16e215..438c1f5 100644
--- a/tools/test/README
+++ b/tools/test/README
@@ -11,3 +11,4 @@ devrandom Programs to test /dev/*random.
dtrace DTrace test suite
malloc A program to test and benchmark malloc().
posixshm A program to test POSIX shared memory.
+testfloat Programs to test floating-point implementations
OpenPOWER on IntegriCloud