about summary refs log tree commit diff
path: root/math/libm-test-ctan.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-ctan.inc')
-rw-r--r--math/libm-test-ctan.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-ctan.inc b/math/libm-test-ctan.inc
index a5689400f3..e485828b8c 100644
--- a/math/libm-test-ctan.inc
+++ b/math/libm-test-ctan.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 ctan_test_data[] =
   {
     TEST_c_c (ctan, 0, plus_infty, 0.0, 1.0),
@@ -126,6 +128,12 @@ ctan_test (void)
   ALL_RM_TEST (ctan, 0, ctan_test_data, RUN_TEST_LOOP_c_c, END_COMPLEX);
 }
 
+static void
+do_test (void)
+{
+  ctan_test ();
+}
+
 /*
  * Local Variables:
  * mode:c