summaryrefslogtreecommitdiff
path: root/test/dm/nop.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-08-08 08:28:53 -0400
committerTom Rini <trini@konsulko.com>2020-08-08 08:28:53 -0400
commit626b2df302fce4bf91a240f186ba447046db4741 (patch)
treeb211041ab3bfd5876da4f6064bc7f666e0ab23c4 /test/dm/nop.c
parent7d914bc76b18b644e27d0cf367e745fc2c4fe1c7 (diff)
parentacb021e48c619b49029102acc781e904c6471c86 (diff)
Merge branch '2020-08-07-misc-improvements'
- SquashFS support - Assorted bugfixes
Diffstat (limited to 'test/dm/nop.c')
-rw-r--r--test/dm/nop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dm/nop.c b/test/dm/nop.c
index 8b3b646892..2cd92c5240 100644
--- a/test/dm/nop.c
+++ b/test/dm/nop.c
@@ -71,4 +71,4 @@ static int dm_test_nop(struct unit_test_state *uts)
return 0;
}
-DM_TEST(dm_test_nop, DM_TESTF_FLAT_TREE | DM_TESTF_SCAN_FDT);
+DM_TEST(dm_test_nop, UT_TESTF_FLAT_TREE | UT_TESTF_SCAN_FDT);