about summary refs log tree commit diff
path: root/math/libm-test-totalorder.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-totalorder.inc')
-rw-r--r--math/libm-test-totalorder.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-totalorder.inc b/math/libm-test-totalorder.inc
index 3c068da09a..d92e2aa6fd 100644
--- a/math/libm-test-totalorder.inc
+++ b/math/libm-test-totalorder.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_i_data totalorder_test_data[] =
   {
     TEST_ff_b (totalorder, minus_zero, minus_zero, 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
@@ -263,6 +265,12 @@ totalorder_test (void)
   ALL_RM_TEST (totalorder, 1, totalorder_test_data, RUN_TEST_LOOP_ff_b, END);
 }
 
+static void
+do_test (void)
+{
+  totalorder_test ();
+}
+
 /*
  * Local Variables:
  * mode:c