Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 2 of 2) sorted by relevance

/stdio-common/
A Dbug16.c9 } tests[] = variable
23 for (size_t i = 0; i < array_length (tests); ++i) in do_test()
25 snprintf (buf, sizeof (buf), "%.0LA", tests[i].val); in do_test()
29 if (strcmp (buf, tests[i].str[j]) == 0) in do_test()
35 i, buf, tests[i].str[0]); in do_test()
A DMakefile48 tests := tstscanf test_rdwr test-popen tstgetln test-fseek \ macro
81 ifeq ($(run-built-tests),yes)
82 tests-special += $(objpfx)tst-unbputc.out $(objpfx)tst-printf.out \
98 tests-special += $(objpfx)tst-errno-manual.out
102 ifeq ($(run-built-tests),yes)

Completed in 4 milliseconds