Searched refs:register_test (Results 1 – 1 of 1) sorted by relevance
21 void register_test(const char* name, TestFunc func) { in register_test() function72 register_test("can_loopback_sample", can_loopback_sample); in auto_test()75 register_test("spi_sample", fspim_test_sample); in auto_test()78 register_test("gpio_sample", gpio_toggle_sample); in auto_test()82 register_test("i2c_msg_sample", i2c_msg_sample); in auto_test()84 register_test("i2c_sample", i2c_sample); in auto_test()89 register_test("qspi_sample", qspi_sample); in auto_test()
Completed in 4 milliseconds