Module Name: src
Committed By: jruoho
Date: Sun Oct 16 08:25:55 UTC 2011
Modified Files:
src/tests/lib/libm: Makefile
Log Message:
Add t_sqrt and t_cbrt.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/tests/lib/libm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/lib/libm/Makefile
diff -u src/tests/lib/libm/Makefile:1.14 src/tests/lib/libm/Makefile:1.15
--- src/tests/lib/libm/Makefile:1.14 Sun Oct 16 07:40:48 2011
+++ src/tests/lib/libm/Makefile Sun Oct 16 08:25:55 2011
@@ -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 @@ TESTSDIR= ${TESTSBASE}/lib/libm
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_round
TESTS_C+= t_scalbn
TESTS_C+= t_sin
TESTS_C+= t_sinh
+TESTS_C+= t_sqrt
TESTS_C+= t_tan
TESTS_C+= t_tanh