about summary refs log tree commit diff
path: root/math/libm-test-erfc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm-test-erfc.inc')
-rw-r--r--math/libm-test-erfc.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-erfc.inc b/math/libm-test-erfc.inc
index ed6190e05d..7018eb34d7 100644
--- a/math/libm-test-erfc.inc
+++ b/math/libm-test-erfc.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_f_f_data erfc_test_data[] =
   {
     TEST_f_f (erfc, plus_infty, 0.0, ERRNO_UNCHANGED),
@@ -32,6 +34,12 @@ erfc_test (void)
   ALL_RM_TEST (erfc, 0, erfc_test_data, RUN_TEST_LOOP_f_f, END);
 }
 
+static void
+do_test (void)
+{
+  erfc_test ();
+}
+
 /*
  * Local Variables:
  * mode:c