diff options
Diffstat (limited to 'math/libm-test-driver.c')
-rw-r--r-- | math/libm-test-driver.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/libm-test-driver.c b/math/libm-test-driver.c index 1539cd7e4d..d24c5aadaf 100644 --- a/math/libm-test-driver.c +++ b/math/libm-test-driver.c @@ -18,6 +18,8 @@ #include "libm-test-support.h" +#include <math-tests-arch.h> + /* Flags set by the including file. */ const int flag_test_errno = TEST_ERRNO; const int flag_test_exceptions = TEST_EXCEPTIONS; @@ -1010,6 +1012,7 @@ int main (int argc, char **argv) { libm_test_init (argc, argv); + INIT_ARCH_EXT; do_test (); return libm_test_finish (); } |