about summary refs log tree commit diff
path: root/math/libm-test-remquo.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-remquo.inc')
-rw-r--r--math/libm-test-remquo.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-remquo.inc b/math/libm-test-remquo.inc
index c01c7470ee..c3292cc35c 100644
--- a/math/libm-test-remquo.inc
+++ b/math/libm-test-remquo.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_ffI_f1_data remquo_test_data[] =
   {
     /* Bug 6802: errno setting may be missing.  */
@@ -177,6 +179,12 @@ remquo_test (void)
   ALL_RM_TEST (remquo, 1, remquo_test_data, RUN_TEST_LOOP_ffI_f1_mod8, END, x);
 }
 
+static void
+do_test (void)
+{
+  remquo_test ();
+}
+
 /*
  * Local Variables:
  * mode:c