X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=test%2Fparser%2FMakefile.am;h=9a6be6d1614e02508b6e87cfe3e5a5b4b06b734b;hb=ca11198f4034266b0f48b37e5871c44d1399aba6;hp=dddb4722109fb134caad769383d5167eef25dee5;hpb=01e104dfb79a09bc28f8c5fb65bfe44596c25161;p=petitboot diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index dddb472..9a6be6d 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -26,6 +26,7 @@ parser_TESTS = \ test/parser/test-grub2-multiple-resolve \ test/parser/test-grub2-multiple-id \ test/parser/test-grub2-single-line-if \ + test/parser/test-grub2-pos-param \ test/parser/test-grub2-load-env \ test/parser/test-grub2-save-env \ test/parser/test-grub2-save-env-dash-f \ @@ -37,6 +38,7 @@ parser_TESTS = \ test/parser/test-grub2-sles-btrfs-snapshot \ test/parser/test-grub2-lexer-error \ test/parser/test-grub2-parser-error \ + test/parser/test-grub2-test-file-ops \ test/parser/test-kboot-single \ test/parser/test-yaboot-empty \ test/parser/test-yaboot-single \