about summary refs log tree commit diff
path: root/math/libm-test-clog.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-clog.inc')
-rw-r--r--math/libm-test-clog.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-clog.inc b/math/libm-test-clog.inc
index 261aaad6ba..6a97d5a31d 100644
--- a/math/libm-test-clog.inc
+++ b/math/libm-test-clog.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 clog_test_data[] =
   {
     TEST_c_c (clog, minus_zero, 0, minus_infty, lit_pi, DIVIDE_BY_ZERO_EXCEPTION),
@@ -76,6 +78,12 @@ clog_test (void)
   ALL_RM_TEST (clog, 0, clog_test_data, RUN_TEST_LOOP_c_c, END_COMPLEX);
 }
 
+static void
+do_test (void)
+{
+  clog_test ();
+}
+
 /*
  * Local Variables:
  * mode:c