diff options
Diffstat (limited to 'math/libm-test-lgamma.inc')
-rw-r--r-- | math/libm-test-lgamma.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/math/libm-test-lgamma.inc b/math/libm-test-lgamma.inc index 1bca7f1..9799aa9 100644 --- a/math/libm-test-lgamma.inc +++ b/math/libm-test-lgamma.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_f1_data lgamma_test_data[] = { TEST_f_f1 (lgamma, plus_infty, plus_infty, 1, ERRNO_UNCHANGED), @@ -47,6 +49,13 @@ gamma_test (void) ALL_RM_TEST (gamma, 0, lgamma_test_data, RUN_TEST_LOOP_f_f1, END, signgam); } +static void +do_test (void) +{ + lgamma_test (); + gamma_test (); +} + /* * Local Variables: * mode:c |