1 #include "parser-test.h"
3 #if 0 /* PARSER_EMBEDDED_CONFIG */
13 void run_test(struct parser_test *test)
15 struct discover_boot_option *opt;
16 struct discover_context *ctx;
18 test_read_conf_embedded(test, "/etc/yaboot.conf");
20 test_run_parser(test, "yaboot");
24 check_boot_option_count(ctx, 2);
26 opt = get_boot_option(ctx, 1);
27 check_name(opt, "linux.2");
28 check_is_default(opt);