about summary refs log tree commit diff
path: root/math/libm-test-cproj.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-cproj.inc')
-rw-r--r--math/libm-test-cproj.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-cproj.inc b/math/libm-test-cproj.inc
index 2daa6ab59f..441d58ba7f 100644
--- a/math/libm-test-cproj.inc
+++ b/math/libm-test-cproj.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_c_data cproj_test_data[] =
   {
     TEST_c_c (cproj, 0.0, 0.0, 0.0, 0.0, NO_INEXACT_EXCEPTION),
@@ -80,6 +82,12 @@ cproj_test (void)
   ALL_RM_TEST (cproj, 1, cproj_test_data, RUN_TEST_LOOP_c_c, END_COMPLEX);
 }
 
+static void
+do_test (void)
+{
+  cproj_test ();
+}
+
 /*
  * Local Variables:
  * mode:c