diff options
Diffstat (limited to 'math/libm-test-fmax.inc')
-rw-r--r-- | math/libm-test-fmax.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-fmax.inc b/math/libm-test-fmax.inc index 950a2cbb0c..682a1b8918 100644 --- a/math/libm-test-fmax.inc +++ b/math/libm-test-fmax.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_ff_f_data fmax_test_data[] = { TEST_ff_f (fmax, 0, 0, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), @@ -115,6 +117,12 @@ fmax_test (void) ALL_RM_TEST (fmax, 1, fmax_test_data, RUN_TEST_LOOP_ff_f, END); } +static void +do_test (void) +{ + fmax_test (); +} + /* * Local Variables: * mode:c |