driver: Rename "local" tests to "single board" tests, add some description to the names

This commit is contained in:
Angus Gratton
2019-12-11 15:50:55 +11:00
committed by Angus Gratton
parent 3b52eddf6b
commit 50aad77f3a
3 changed files with 7 additions and 7 deletions

View File

@@ -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)
{