X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2FMakefile.am;h=a46388c165338f16549d51033cf6203cf758bec9;hp=b3892da835e26f9922238770c545992afe29e3f1;hb=5c6263a12dd7f859daa0feba8b58a0558f0ff21c;hpb=50a98e73d4eed46e859368915a7800cc904b44f2 diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index b3892da..a46388c 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -34,14 +34,17 @@ TESTS = \ 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