diff options
Diffstat (limited to 'math/libm-test-carg.inc')
-rw-r--r-- | math/libm-test-carg.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-carg.inc b/math/libm-test-carg.inc index e92d4fbcce..e03389310f 100644 --- a/math/libm-test-carg.inc +++ b/math/libm-test-carg.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_f_data carg_test_data[] = { /* carg (x + iy) is specified as atan2 (y, x) */ @@ -57,6 +59,12 @@ carg_test (void) ALL_RM_TEST (carg, 0, carg_test_data, RUN_TEST_LOOP_c_f, END); } +static void +do_test (void) +{ + carg_test (); +} + /* * Local Variables: * mode:c |