]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-conj.inc
Run libm tests separately for each function.
[thirdparty/glibc.git] / math / libm-test-conj.inc
index cfa0a53810d8ba1a9bf2f3d09e054d91db30a40b..e5b2529b88e62a09ba4ad292a066188001e7075c 100644 (file)
@@ -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 conj_test_data[] =
   {
     TEST_c_c (conj, 0.0, 0.0, 0.0, minus_zero, NO_INEXACT_EXCEPTION),
@@ -36,6 +38,12 @@ conj_test (void)
   ALL_RM_TEST (conj, 1, conj_test_data, RUN_TEST_LOOP_c_c, END_COMPLEX);
 }
 
+static void
+do_test (void)
+{
+  conj_test ();
+}
+
 /*
  * Local Variables:
  * mode:c