X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=test%2Fparser%2FMakefile.am;h=4c3cc693a8f5fa2f46b0befdd1780281aa77d4f6;hb=4153ab54b5933fc315ad896e264f74571a494c90;hp=f2ee67e00b1c0a0b45a64ac639014b8001f41d48;hpb=9e5b77f258b8e993f480763d8e5269bd8c87b508;p=petitboot diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index f2ee67e..4c3cc69 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -42,6 +42,7 @@ TESTS = \ test-grub2-lexer-error \ test-grub2-parser-error \ test-kboot-single \ + test-yaboot-empty \ test-yaboot-single \ test-yaboot-partition \ test-yaboot-partition-override \ @@ -49,6 +50,8 @@ TESTS = \ test-yaboot-root-global \ test-yaboot-root-override \ test-yaboot-device-override \ + test-yaboot-global-state \ + test-yaboot-leftovers \ test-yaboot-default \ test-yaboot-rh8-ppc64 \ test-pxe-empty \ @@ -57,7 +60,8 @@ TESTS = \ test-pxe-mac-without-conf \ test-pxe-ip-without-conf \ test-pxe-non-url-conf \ - test-pxe-local + test-pxe-local \ + test-unresolved-remove $(TESTS): %: %.embedded-config.o $(TESTS): LDADD += $@.embedded-config.o