diff options
Diffstat (limited to 'math/libm-test-cexp.inc')
-rw-r--r-- | math/libm-test-cexp.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-cexp.inc b/math/libm-test-cexp.inc index 355748c50c..f4bd962c5d 100644 --- a/math/libm-test-cexp.inc +++ b/math/libm-test-cexp.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 cexp_test_data[] = { TEST_c_c (cexp, plus_infty, plus_zero, plus_infty, 0.0), @@ -69,6 +71,12 @@ cexp_test (void) ALL_RM_TEST (cexp, 0, cexp_test_data, RUN_TEST_LOOP_c_c, END_COMPLEX); } +static void +do_test (void) +{ + cexp_test (); +} + /* * Local Variables: * mode:c |