X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2FMakefile.am;h=abc95bbd98e6d2c4d39f00289f89c53572560564;hp=f2ee67e00b1c0a0b45a64ac639014b8001f41d48;hb=32e2eac76dcdc7b54454c9f3731496f8947cdbbc;hpb=9e5b77f258b8e993f480763d8e5269bd8c87b508 diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index f2ee67e..abc95bb 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 \ @@ -57,7 +58,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