about summary refs log tree commit diff
path: root/math/libm-test-cpow.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-cpow.inc')
-rw-r--r--math/libm-test-cpow.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-cpow.inc b/math/libm-test-cpow.inc
index 2f4cda209c..ffd112844e 100644
--- a/math/libm-test-cpow.inc
+++ b/math/libm-test-cpow.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_cc_c_data cpow_test_data[] =
   {
     TEST_cc_c (cpow, qnan_value, qnan_value, qnan_value, qnan_value, qnan_value, qnan_value),
@@ -29,6 +31,12 @@ cpow_test (void)
   ALL_RM_TEST (cpow, 0, cpow_test_data, RUN_TEST_LOOP_cc_c, END_COMPLEX);
 }
 
+static void
+do_test (void)
+{
+  cpow_test ();
+}
+
 /*
  * Local Variables:
  * mode:c