]> git.ozlabs.org Git - petitboot/blob - test/parser/test-grub2-f20-ppc64.c
ui/ncurses: Add help to boot editor screen
[petitboot] / test / parser / test-grub2-f20-ppc64.c
1
2 #include "parser-test.h"
3
4 void run_test(struct parser_test *test)
5 {
6         struct discover_context *ctx;
7
8         test_add_dir(test, test->ctx->device, "/ppc/ppc64");
9
10         test_read_conf_file(test, "grub2-f20-ppc.conf",
11                         "/boot/grub/grub.cfg");
12
13         test_run_parser(test, "grub2");
14
15         ctx = test->ctx;
16
17         check_boot_option_count(ctx, 3);
18 }