summaryrefslogtreecommitdiff
path: root/test/dm/sm.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dm/sm.c')
-rw-r--r--test/dm/sm.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/dm/sm.c b/test/dm/sm.c
index 7ebb0c9c85e..cf4dab6a722 100644
--- a/test/dm/sm.c
+++ b/test/dm/sm.c
@@ -5,7 +5,6 @@
* Author: Alexey Romanov <avromanov@salutedevices.com>
*/
-#include <common.h>
#include <dm.h>
#include <sm.h>
#include <sandbox-sm.h>
@@ -61,5 +60,4 @@ static int dm_test_sm(struct unit_test_state *uts)
return 0;
}
-
-DM_TEST(dm_test_sm, UT_TESTF_SCAN_FDT);
+DM_TEST(dm_test_sm, UTF_SCAN_FDT);