about summary refs log tree commit diff
path: root/math/libm-test-atan2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-atan2.inc')
-rw-r--r--math/libm-test-atan2.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-atan2.inc b/math/libm-test-atan2.inc
index 9caedf7bea..e9001133f1 100644
--- a/math/libm-test-atan2.inc
+++ b/math/libm-test-atan2.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_ff_f_data atan2_test_data[] =
   {
     /* atan2 (y,inf) == +0 for finite y > 0 or +0.  */
@@ -196,6 +198,12 @@ atan2_test (void)
   ALL_RM_TEST (atan2, 0, atan2_test_data, RUN_TEST_LOOP_ff_f, END);
 }
 
+static void
+do_test (void)
+{
+  atan2_test ();
+}
+
 /*
  * Local Variables:
  * mode:c