test: Tweak FDT-overlay tests
Use fdt_overlay consistently in the identifiers and file/dir names. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <test/test.h>
|
||||
|
||||
/* Declare a new environment test */
|
||||
#define OVERLAY_TEST(_name, _flags) UNIT_TEST(_name, _flags, overlay)
|
||||
/* Declare a new FDT-overlay test */
|
||||
#define FDT_OVERLAY_TEST(_name, _flags) UNIT_TEST(_name, _flags, fdt_overlay)
|
||||
|
||||
#endif /* __TEST_OVERLAY_H__ */
|
||||
@@ -36,8 +36,8 @@ int cmd_ut_category(struct unit_test_state *uts, const char *name,
|
||||
|
||||
int do_ut_bootstd(struct unit_test_state *uts, struct cmd_tbl *cmdtp, int flag,
|
||||
int argc, char *const argv[]);
|
||||
int do_ut_fdt_overlay(struct unit_test_state *uts, struct cmd_tbl *cmdtp,
|
||||
int flag, int argc, char *const argv[]);
|
||||
int do_ut_optee(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
|
||||
int do_ut_overlay(struct unit_test_state *uts, struct cmd_tbl *cmdtp, int flag,
|
||||
int argc, char *const argv[]);
|
||||
|
||||
#endif /* __TEST_SUITES_H__ */
|
||||
|
||||
Reference in New Issue
Block a user