diff options
Diffstat (limited to 'math/libm-test-exp10.inc')
-rw-r--r-- | math/libm-test-exp10.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/libm-test-exp10.inc b/math/libm-test-exp10.inc index 6be936bc2e..92c81adb7a 100644 --- a/math/libm-test-exp10.inc +++ b/math/libm-test-exp10.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 exp10_test_data[] = { TEST_f_f (exp10, plus_infty, plus_infty, ERRNO_UNCHANGED), @@ -41,6 +43,13 @@ pow10_test (void) ALL_RM_TEST (pow10, 0, exp10_test_data, RUN_TEST_LOOP_f_f, END); } +static void +do_test (void) +{ + exp10_test (); + pow10_test (); +} + /* * Local Variables: * mode:c |