mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 21:10:20 +00:00
driver: Rename "local" tests to "single board" tests, add some description to the names
This commit is contained in:

committed by
Angus Gratton

parent
3b52eddf6b
commit
50aad77f3a
@@ -752,7 +752,7 @@ ptest_func_t frhost_slave = {
|
||||
|
||||
PARAM_GROUP_DECLARE_TYPE(IO_MODE, sdio_test_config_t, test_cfg_array);
|
||||
|
||||
TEST_MASTER_SLAVE(FRHOST, test_cfg_array, "[sdio][timeout=180][test_env=UT_SDIO]", &frhost_master, &frhost_slave);
|
||||
TEST_MASTER_SLAVE(SDIO_FRHOST, test_cfg_array, "[sdio][timeout=180][test_env=UT_SDIO]", &frhost_master, &frhost_slave);
|
||||
|
||||
ptest_func_t tohost_master = {
|
||||
.pre_test = null_pre,
|
||||
@@ -766,4 +766,4 @@ ptest_func_t tohost_slave = {
|
||||
.post_test = null_post,
|
||||
};
|
||||
|
||||
TEST_MASTER_SLAVE(TOHOST, test_cfg_array, "[sdio][timeout=180][test_env=UT_SDIO]", &tohost_master, &tohost_slave);
|
||||
TEST_MASTER_SLAVE(SDIO_TOHOST, test_cfg_array, "[sdio][timeout=180][test_env=UT_SDIO]", &tohost_master, &tohost_slave);
|
||||
|
Reference in New Issue
Block a user