diff options
Diffstat (limited to 'test/cmd_ut.c')
| -rw-r--r-- | test/cmd_ut.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/cmd_ut.c b/test/cmd_ut.c index ed6bc3a9a49..efcac626a5b 100644 --- a/test/cmd_ut.c +++ b/test/cmd_ut.c @@ -190,7 +190,7 @@ static struct suite suites[] = {  	SUITE(seama),  #endif  #ifdef CONFIG_CMD_UPL -	SUITE_CMD(upl, do_ut_upl), +	SUITE(upl),  #endif  }; | 
