Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 32) sorted by relevance

12

/examples/utest/testcases/kernel/
A DKconfig9 bool "mem test"
16 bool "object test"
20 bool "slab test"
25 bool "IRQ test"
34 bool "event test"
39 bool "timer test"
47 bool "signal test"
52 bool "mutex test"
60 bool "thread test"
66 bool "device test"
[all …]
A Dsched_sem_tc.c23 #warning for the best of this test, TEST_LEVEL_COUNTS should greater than RT_CPUS_NR
26 #warning for the best of this test, KERN_TEST_CONCURRENT_THREADS should greater than RT_CPUS_NR
/examples/test/
A Dringbuffer_test.c51 uint8_t test[6] = {1,2,3,4,5,6}; in ringbuffer_force_example() local
56 …intf("Put data to ringbuffer, %d %d %d %d %d %d\n", test[0],test[1],test[2],test[3],test[4],test in ringbuffer_force_example()
57 rt_ringbuffer_put_force(rb, (rt_uint8_t *)&test, sizeof(test)); in ringbuffer_force_example()
61 rt_ringbuffer_get(rb, (rt_uint8_t *)&recv_data, sizeof(test)); in ringbuffer_force_example()
A Drtc_test.c59 FINSH_FUNCTION_EXPORT(rtc_test, rtc driver test. e.g: rtc_test());
60 MSH_CMD_EXPORT(rtc_test, rtc driver test. e.g: rtc_test());
/examples/utest/testcases/drivers/serial_v2/
A DKconfig10 string "the device name for serial test"
14 int "the rx buffer size for serial test"
18 int "the tx buffer size for serial test"
22 int "the number of iterations for the test routine."
39 string "the device name for serial posix test"
43 int "the number of iterations for the posix test routine."
/examples/utest/testcases/kernel/smp/
A DKconfig8 bool "smp threads auto assign to idle cores for test"
12 bool "smp interrupt priority test"
16 bool "smp spinlock test"
20 bool "smp threads preemption test"
/examples/utest/testcases/mm/
A DKconfig7 The test covers the Memory Management APIs under the
14 The test covers the Memory Management APIs under the
A DSConscript9 # deprecated test, will be rewrited in the future
/examples/file/
A Dseekdir.c51 FINSH_FUNCTION_EXPORT(seekdir_test, perform directory seek test);
52 MSH_CMD_EXPORT(seekdir_test, perform directory seek test);
A Dreadspeed.c63 FINSH_FUNCTION_EXPORT(readspeed, perform file read test);
88 MSH_CMD_EXPORT_ALIAS(cmd_readspeed, readspeed, test file system read speed);
A Dwritespeed.c71 FINSH_FUNCTION_EXPORT(writespeed, perform file write test);
99 MSH_CMD_EXPORT_ALIAS(cmd_writespeed, writespeed, test file system write speed);
A Dreadwrite.c152 FINSH_FUNCTION_EXPORT(readwrite, perform file read and write test);
169 MSH_CMD_EXPORT_ALIAS(cmd_readwrite, readwrite, perform file read and write test);
/examples/utest/testcases/perf/
A DKconfig4 bool "SyStem Performance test"
20 bool "SyStem IRQ LATENCY test"
/examples/libc/
A Denv.c22 FINSH_FUNCTION_EXPORT(libc_env, get/set_env test);
A Dtime.c27 FINSH_FUNCTION_EXPORT(speed, speed test);
A Dprintf.c180 FINSH_FUNCTION_EXPORT(libc_printf, printf test in libc);
194 FINSH_FUNCTION_EXPORT(libc_dprintf, dprintf test);
210 FINSH_FUNCTION_EXPORT(libc_fdopen, fdopen test);
A Drand.c47 FINSH_FUNCTION_EXPORT(libc_rand, rand test for libc);
A Dmemory.c60 FINSH_FUNCTION_EXPORT(libc_mem, memory test for libc);
A Dsem.c74 FINSH_FUNCTION_EXPORT(libc_sem, posix semaphore test);
A Ddirent.c59 FINSH_FUNCTION_EXPORT(libc_dirent, dirent test for libc);
/examples/utest/testcases/tmpfs/
A DKconfig4 bool "tmpfs cp test"
/examples/utest/testcases/utest/
A DKconfig4 bool "Pass test"
/examples/utest/testcases/smp_call/
A DKconfig4 bool "SMP-Call test cases"
/examples/utest/testcases/cpp11/
A DKconfig4 bool "Cpp11 thread test"
/examples/ymodem/
A Decho.c66 FINSH_FUNCTION_EXPORT(rym_cat_vcom, test the YModem);

Completed in 33 milliseconds

12