Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libm Add t_sqrt and t_cbrt.



details:   https://anonhg.NetBSD.org/src/rev/00e34c3fcf9c
branches:  trunk
changeset: 770422:00e34c3fcf9c
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Oct 16 08:25:55 2011 +0000

description:
Add t_sqrt and t_cbrt.

diffstat:

 tests/lib/libm/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 9340ca4e5d95 -r 00e34c3fcf9c tests/lib/libm/Makefile
--- a/tests/lib/libm/Makefile   Sun Oct 16 08:25:40 2011 +0000
+++ b/tests/lib/libm/Makefile   Sun Oct 16 08:25:55 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2011/10/16 07:40:48 jruoho Exp $
+# $NetBSD: Makefile,v 1.15 2011/10/16 08:25:55 jruoho Exp $
 
 .include <bsd.own.mk>
 
@@ -7,6 +7,7 @@
 TESTS_C+=      t_acos
 TESTS_C+=      t_asin
 TESTS_C+=      t_atan
+TESTS_C+=      t_cbrt
 TESTS_C+=      t_ceil
 TESTS_C+=      t_cos
 TESTS_C+=      t_cosh
@@ -20,6 +21,7 @@
 TESTS_C+=      t_scalbn
 TESTS_C+=      t_sin
 TESTS_C+=      t_sinh
+TESTS_C+=      t_sqrt
 TESTS_C+=      t_tan
 TESTS_C+=      t_tanh
 



Home | Main Index | Thread Index | Old Index