]> git.ozlabs.org Git - petitboot/blob - test/parser/test-grub2-lexer-error.c
discover: Handle BTRFS root subvolumes
[petitboot] / test / parser / test-grub2-lexer-error.c
1
2 #include "parser-test.h"
3
4 #if 0 /* PARSER_EMBEDDED_CONFIG */
5 &
6 #endif
7
8 void run_test(struct parser_test *test)
9 {
10         test_read_conf_embedded(test, "/grub.cfg");
11
12         test_run_parser(test, "grub2");
13         check_boot_option_count(test->ctx, 0);
14 }