about summary refs log tree commit diff
path: root/math/libm-test-pow.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-pow.inc')
-rw-r--r--math/libm-test-pow.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-pow.inc b/math/libm-test-pow.inc
index b78a16a117..b308109bb2 100644
--- a/math/libm-test-pow.inc
+++ b/math/libm-test-pow.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 pow_test_data[] =
   {
     TEST_ff_f (pow, qnan_value, 0, 1, ERRNO_UNCHANGED|NO_TEST_MATHVEC),
@@ -369,6 +371,12 @@ pow_test (void)
   ALL_RM_TEST (pow, 0, pow_test_data, RUN_TEST_LOOP_ff_f, END);
 }
 
+static void
+do_test (void)
+{
+  pow_test ();
+}
+
 /*
  * Local Variables:
  * mode:c