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