Searched refs:test (Results 1 – 25 of 32) sorted by relevance
12
| /examples/utest/testcases/kernel/ |
| A D | Kconfig | 9 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 D | sched_sem_tc.c | 23 #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 D | ringbuffer_test.c | 51 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 D | rtc_test.c | 59 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 D | Kconfig | 10 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 D | Kconfig | 8 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 D | Kconfig | 7 The test covers the Memory Management APIs under the 14 The test covers the Memory Management APIs under the
|
| A D | SConscript | 9 # deprecated test, will be rewrited in the future
|
| /examples/file/ |
| A D | seekdir.c | 51 FINSH_FUNCTION_EXPORT(seekdir_test, perform directory seek test); 52 MSH_CMD_EXPORT(seekdir_test, perform directory seek test);
|
| A D | readspeed.c | 63 FINSH_FUNCTION_EXPORT(readspeed, perform file read test); 88 MSH_CMD_EXPORT_ALIAS(cmd_readspeed, readspeed, test file system read speed);
|
| A D | writespeed.c | 71 FINSH_FUNCTION_EXPORT(writespeed, perform file write test); 99 MSH_CMD_EXPORT_ALIAS(cmd_writespeed, writespeed, test file system write speed);
|
| A D | readwrite.c | 152 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 D | Kconfig | 4 bool "SyStem Performance test" 20 bool "SyStem IRQ LATENCY test"
|
| /examples/libc/ |
| A D | env.c | 22 FINSH_FUNCTION_EXPORT(libc_env, get/set_env test);
|
| A D | time.c | 27 FINSH_FUNCTION_EXPORT(speed, speed test);
|
| A D | printf.c | 180 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 D | rand.c | 47 FINSH_FUNCTION_EXPORT(libc_rand, rand test for libc);
|
| A D | memory.c | 60 FINSH_FUNCTION_EXPORT(libc_mem, memory test for libc);
|
| A D | sem.c | 74 FINSH_FUNCTION_EXPORT(libc_sem, posix semaphore test);
|
| A D | dirent.c | 59 FINSH_FUNCTION_EXPORT(libc_dirent, dirent test for libc);
|
| /examples/utest/testcases/tmpfs/ |
| A D | Kconfig | 4 bool "tmpfs cp test"
|
| /examples/utest/testcases/utest/ |
| A D | Kconfig | 4 bool "Pass test"
|
| /examples/utest/testcases/smp_call/ |
| A D | Kconfig | 4 bool "SMP-Call test cases"
|
| /examples/utest/testcases/cpp11/ |
| A D | Kconfig | 4 bool "Cpp11 thread test"
|
| /examples/ymodem/ |
| A D | echo.c | 66 FINSH_FUNCTION_EXPORT(rym_cat_vcom, test the YModem);
|
Completed in 33 milliseconds
12