summary refs log tree commit diff
path: root/math/libm-test-cabs.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-cabs.inc')
-rw-r--r--math/libm-test-cabs.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-cabs.inc b/math/libm-test-cabs.inc
index 36d609ad9a..d9a66fa631 100644
--- a/math/libm-test-cabs.inc
+++ b/math/libm-test-cabs.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 cabs_test_data[] =
   {
     /* cabs (x + iy) is specified as hypot (x,y) */
@@ -39,6 +41,12 @@ cabs_test (void)
   ALL_RM_TEST (cabs, 0, cabs_test_data, RUN_TEST_LOOP_c_f, END);
 }
 
+static void
+do_test (void)
+{
+  cabs_test ();
+}
+
 /*
  * Local Variables:
  * mode:c