mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'test/modify_spi_sio_case_name' into 'master'
SPI_Master: modify test case name for spi sio mode test See merge request espressif/esp-idf!19646
This commit is contained in:
commit
d26a99692c
@ -333,4 +333,4 @@ void test_slave_run(void)
|
||||
test_sio_slave_emulate(true);
|
||||
}
|
||||
|
||||
TEST_CASE_MULTIPLE_DEVICES("test sio all", "[spi_ms][test_env=Example_SPI_Multi_device]", test_master_run, test_slave_run);
|
||||
TEST_CASE_MULTIPLE_DEVICES("SPI_Master:Test_SIO_Mode_Multi_Board", "[spi_ms][test_env=Example_SPI_Multi_device]", test_master_run, test_slave_run);
|
||||
|
Loading…
x
Reference in New Issue
Block a user