2 #include "parser-test.h"
4 #if 0 /* PARSER_EMBEDDED_CONFIG */
12 void run_test(struct parser_test *test)
14 struct discover_boot_option *opt;
15 struct discover_context *ctx;
17 test_read_conf_embedded(test, "/etc/yaboot.conf");
19 test_run_parser(test, "yaboot");
23 check_boot_option_count(ctx, 1);
25 opt = get_boot_option(ctx, 0);
27 check_name(opt, "linux");
28 check_resolved_local_resource(opt->boot_image, ctx->device, "/vmlinux");
29 check_resolved_local_resource(opt->initrd, ctx->device, "/initrd");