X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=test%2Fparser%2FMakefile.am;h=9393b2a99b286fb7042e9296eb6751f58928da4d;hb=dea7842fb28ff055b4e0f43a6a1fdaf3c4b5ba89;hp=4c3cc693a8f5fa2f46b0befdd1780281aa77d4f6;hpb=4153ab54b5933fc315ad896e264f74571a494c90;p=petitboot diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index 4c3cc69..9393b2a 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -32,12 +32,14 @@ TESTS = \ test-grub2-default-index \ test-grub2-default-multiword \ test-grub2-multiple-resolve \ + test-grub2-multiple-id \ test-grub2-single-line-if \ test-grub2-load-env \ test-grub2-save-env \ test-grub2-saved-default \ test-grub2-nondefault-prefix \ test-grub2-f18-ppc64 \ + test-grub2-f20-ppc64 \ test-grub2-ubuntu-13_04-x86 \ test-grub2-lexer-error \ test-grub2-parser-error \ @@ -61,6 +63,10 @@ TESTS = \ test-pxe-ip-without-conf \ test-pxe-non-url-conf \ test-pxe-local \ + test-pxe-pathprefix-with-conf \ + test-pxe-non-url-pathprefix-with-conf \ + test-pxe-pathprefix-discover \ + test-pxe-pathprefix-discover-mac \ test-unresolved-remove $(TESTS): %: %.embedded-config.o @@ -100,6 +106,7 @@ check_PROGRAMS = $(TESTS) libtest.ro check_DATA = \ data/grub2-f18-ppc64.conf \ + data/grub2-f20-ppc.conf \ data/grub2-ubuntu-13_04-x86.conf \ data/yaboot-rh8-ppc64.conf