about summary refs log tree commit diff
path: root/math/libm-test-creal.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-creal.inc')
-rw-r--r--math/libm-test-creal.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-creal.inc b/math/libm-test-creal.inc
index 20ea43c914..aaa1412ac6 100644
--- a/math/libm-test-creal.inc
+++ b/math/libm-test-creal.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_c_f_data creal_test_data[] =
   {
     TEST_c_f (creal, 0.0, 1.0, 0.0, NO_INEXACT_EXCEPTION),
@@ -37,6 +39,12 @@ creal_test (void)
   ALL_RM_TEST (creal, 1, creal_test_data, RUN_TEST_LOOP_c_f, END);
 }
 
+static void
+do_test (void)
+{
+  creal_test ();
+}
+
 /*
  * Local Variables:
  * mode:c