X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=test%2Fparser%2FMakefile.am;h=a46388c165338f16549d51033cf6203cf758bec9;hb=5c6263a12dd7f859daa0feba8b58a0558f0ff21c;hp=bb45a40f7939ea20d6b9ede35242eeb75eb425d9;hpb=404c07fc44449be7b011d1961280ef9c96e0760d;p=petitboot diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index bb45a40..a46388c 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -33,11 +33,18 @@ TESTS = \ test-grub2-ubuntu-13_04-x86 \ test-kboot-single \ test-yaboot-single \ + test-yaboot-partition \ + test-yaboot-partition-override \ test-yaboot-external \ test-yaboot-root-global \ + test-yaboot-root-override \ + test-yaboot-device-override \ + test-yaboot-default \ test-yaboot-rh8-ppc64 \ + test-pxe-empty \ test-pxe-single \ - test-pxe-initrd-in-append + test-pxe-initrd-in-append \ + test-pxe-default $(TESTS): %: %.embedded-config.o $(TESTS): LDADD += $@.embedded-config.o