X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2FMakefile.am;h=e7146c5545ec43be0883867cacadba912f431146;hp=1a5e43a1b5c3b53f607d405ccca42ab40448e236;hb=ffc167572a9d56c52908aebefe62ba3e3e2a9cf8;hpb=2ea5eb23b027519372dd20fbe8f958c06ac2aa6c diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index 1a5e43a..e7146c5 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -28,9 +28,15 @@ LDADD = $(top_builddir)/lib/libpbcore.la libtest.ro TESTS = \ test-null \ test-grub2-single \ + test-grub2-default \ + test-grub2-default-index \ + test-grub2-default-multiword \ test-grub2-multiple-resolve \ + test-grub2-single-line-if \ test-grub2-f18-ppc64 \ test-grub2-ubuntu-13_04-x86 \ + test-grub2-lexer-error \ + test-grub2-parser-error \ test-kboot-single \ test-yaboot-single \ test-yaboot-partition \