diff options
Diffstat (limited to 'math/libm-test-csin.inc')
-rw-r--r-- | math/libm-test-csin.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/math/libm-test-csin.inc b/math/libm-test-csin.inc index f42828c874..03214ad512 100644 --- a/math/libm-test-csin.inc +++ b/math/libm-test-csin.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_c_data csin_test_data[] = { TEST_c_c (csin, 0.0, plus_infty, 0.0, plus_infty), @@ -72,6 +74,12 @@ csin_test (void) ALL_RM_TEST (csin, 0, csin_test_data, RUN_TEST_LOOP_c_c, END_COMPLEX); } +static void +do_test (void) +{ + csin_test (); +} + /* * Local Variables: * mode:c |