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
@@ -21,7 +21,7 @@ static const ptest_func_t local_test_func = {
|
||||
|
||||
#define TEST_SPI_LOCAL(name, param_set) \
|
||||
PARAM_GROUP_DECLARE(name, param_set) \
|
||||
TEST_LOCAL(name, param_set, "[spi][timeout=120]", &local_test_func)
|
||||
TEST_SINGLE_BOARD(SPI_##name, param_set, "[spi][timeout=120]", &local_test_func)
|
||||
|
||||
static void local_test_init(void** arg)
|
||||
{
|
||||
|
Reference in New Issue
Block a user