summaryrefslogtreecommitdiff
path: root/math/libm-test-cos.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-cos.inc')
-rw-r--r--math/libm-test-cos.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-cos.inc b/math/libm-test-cos.inc
index 1ca5b41454..246b37154e 100644
--- a/math/libm-test-cos.inc
+++ b/math/libm-test-cos.inc
@@ -16,6 +16,8 @@
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
+#include "libm-test-driver.c"
+
static const struct test_f_f_data cos_test_data[] =
{
TEST_f_f (cos, plus_infty, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM),
@@ -34,6 +36,12 @@ cos_test (void)
ALL_RM_TEST (cos, 0, cos_test_data, RUN_TEST_LOOP_f_f, END);
}
+static void
+do_test (void)
+{
+ cos_test ();
+}
+
/*
* Local Variables:
* mode:c