Searched refs:tests (Results 1 – 3 of 3) sorted by relevance
49 struct testdata tests[4] = { variable144 for (int i = 0; i < (sizeof (tests) / sizeof (struct testdata)); i++) in do_test()146 printf ("Running test for %s\n", tests[i].name); in do_test()147 ret = check_conversion (tests[i]); in do_test()149 printf ("Test %s failed.\n", tests[i].name); in do_test()
75 tests = bug-iconv1 bug-iconv2 tst-loading tst-e2big tst-iconv4 bug-iconv4 \ macro80 tests += bug-iconv3274 ifeq ($(run-built-tests),yes)276 tests-special += $(objpfx)iconv-test.out $(objpfx)tst-tables.out278 tests-special += $(objpfx)mtrace-tst-loading.out283 ifeq ($(run-built-tests),yes)351 do-tests-clean common-mostlyclean: tst-tables-clean
1 # Available tests for iconv(1) (and therefore iconv(3)) in GNU libc.76 # charmap as well. The second one tests character composition/decomposition.82 # charmap as well. The second one tests character composition/decomposition.
Completed in 16 milliseconds