summaryrefslogtreecommitdiffstats
path: root/test/parser/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/parser/utils.c')
-rw-r--r--test/parser/utils.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/parser/utils.c b/test/parser/utils.c
index 3e218e4..407ac80 100644
--- a/test/parser/utils.c
+++ b/test/parser/utils.c
@@ -262,6 +262,16 @@ void __check_name(struct discover_boot_option *opt, const char *name,
}
}
+void __check_is_default(struct discover_boot_option *opt,
+ const char *file, int line)
+{
+ if (opt->option->is_default)
+ return;
+
+ fprintf(stderr, "%s:%d: default check failed\n", file, line);
+ exit(EXIT_FAILURE);
+}
+
void __check_resolved_local_resource(struct resource *res,
struct discover_device *dev, const char *local_path,
const char *file, int line)
OpenPOWER on IntegriCloud