Home
last modified time | relevance | path

Searched refs:testcase (Results 1 – 25 of 136) sorted by relevance

123456

/examples/utest/testcases/posix/stdio_h/functions/
A Dprintf_tc.c14 static void testcase(void) in testcase() function
18 UTEST_TC_EXPORT(testcase, "rtt_posix_testcase.stdio_h."__FILE__, RT_NULL, RT_NULL, 10);
A Dputs_tc.c17 static void testcase(void) in testcase() function
21 UTEST_TC_EXPORT(testcase, "posix.stdio_h.puts.c", RT_NULL, RT_NULL, 10);
A Dsnprintf_tc.c22 static void testcase(void) in testcase() function
26 UTEST_TC_EXPORT(testcase, "posix.stdio_h.snprintf.c", RT_NULL, RT_NULL, 10);
A Dsprintf_tc.c22 static void testcase(void) in testcase() function
26 UTEST_TC_EXPORT(testcase, "posix.stdio_h.sprintf.c", RT_NULL, RT_NULL, 10);
A Dferror_tc.c23 static void testcase(void) in testcase() function
27 UTEST_TC_EXPORT(testcase, "posix.stdio_h.ferror.c", RT_NULL, RT_NULL, 10);
A Dfopen_tc.c23 static void testcase(void) in testcase() function
27 UTEST_TC_EXPORT(testcase, "posix.stdio_h.fopen.c", RT_NULL, RT_NULL, 10);
A Dclearerr_tc.c26 static void testcase(void) in testcase() function
30 UTEST_TC_EXPORT(testcase, "posix.stdio_h.clearerr.c", RT_NULL, RT_NULL, 10);
A Dputchar_tc.c20 static void testcase(void) in testcase() function
24 UTEST_TC_EXPORT(testcase, "rtt_posix_testcase.stdio_h."__FILE__, RT_NULL, RT_NULL, 10);
A Dfclose_tc.c29 static void testcase(void) in testcase() function
33 UTEST_TC_EXPORT(testcase, "posix.stdio_h.fclose.c", RT_NULL, RT_NULL, 10);
A Dperror_tc.c22 static void testcase(void) in testcase() function
26 UTEST_TC_EXPORT(testcase, "rtt_posix_testcase.stdio_h."__FILE__, RT_NULL, RT_NULL, 10);
A Dfileno_tc.c21 static void testcase(void) in testcase() function
25 UTEST_TC_EXPORT(testcase, "posix.stdio_h.fileno.c", RT_NULL, RT_NULL, 10);
A Dfflush_tc.c24 static void testcase(void) in testcase() function
28 UTEST_TC_EXPORT(testcase, "posix.stdio_h.fflush.c", RT_NULL, RT_NULL, 10);
A Dvprintf_tc.c25 static void testcase(void) in testcase() function
29 UTEST_TC_EXPORT(testcase, "posix.stdio_h.vprintf.c", RT_NULL, RT_NULL, 10);
A Dremove_tc.c30 static void testcase(void) in testcase() function
34 UTEST_TC_EXPORT(testcase, "rtt_posix_testcase.stdio_h."__FILE__, RT_NULL, RT_NULL, 10);
A Dfdopen_tc.c34 static void testcase(void) in testcase() function
38 UTEST_TC_EXPORT(testcase, "posix.stdio_h.fdopen_tc.c", RT_NULL, RT_NULL, 10);
A Drename_tc.c32 static void testcase(void) in testcase() function
36 UTEST_TC_EXPORT(testcase, "posix.stdio_h.rename.c", RT_NULL, RT_NULL, 10);
A Dsscanf_tc.c25 static void testcase(void) in testcase() function
29 UTEST_TC_EXPORT(testcase, "posix.stdio_h.sscanf.c", RT_NULL, RT_NULL, 10);
/examples/utest/testcases/drivers/ipc/
A DKconfig4 bool "rt_completion testcase"
8 bool "rt_workqueue testcase"
/examples/utest/testcases/posix/unistd_h/functions/
A Disatty_tc.c17 static void testcase(void) in testcase() function
21 UTEST_TC_EXPORT(testcase, "posix.unistd_h.isatty_tc.c", RT_NULL, RT_NULL, 10);
A Drmdir_tc.c27 static void testcase(void) in testcase() function
31 UTEST_TC_EXPORT(testcase, "posix.unistd_h.rmdir_tc.c", RT_NULL, RT_NULL, 10);
A Daccess_tc.c39 static void testcase(void) in testcase() function
43 UTEST_TC_EXPORT(testcase, "posix.unistd_h.access_tc.c", RT_NULL, RT_NULL, 10);
A Dftruncate_tc.c31 static void testcase(void) in testcase() function
35 UTEST_TC_EXPORT(testcase, "posix.unistd_h.ftruncate_tc.c", RT_NULL, RT_NULL, 10);
/examples/utest/testcases/utest/
A Dpass_tc.c42 static void testcase(void) in testcase() function
46 UTEST_TC_EXPORT(testcase, "testcases.utest.pass_tc", utest_tc_init, utest_tc_cleanup, 10);
/examples/utest/testcases/posix/dirent_h/functions/
A Dopen_read_close_dir_tc.c36 static void testcase(void) in testcase() function
40 UTEST_TC_EXPORT(testcase, "posix.dirent_h.open_read_close_dir_tc.c", RT_NULL, RT_NULL, 10);
/examples/utest/testcases/posix/stdlib_h/functions/
A Datoi_tc.c62 static void testcase(void) in testcase() function
66 UTEST_TC_EXPORT(testcase, "posix.stdlib_h.atoi_tc.c", RT_NULL, RT_NULL, 10);

Completed in 23 milliseconds

123456