X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2FMakefile.am;h=a46388c165338f16549d51033cf6203cf758bec9;hp=c2d84a38a84009a0c92cfb7bf98144667cdb0d1f;hb=1284a547ec73795d7d76dc099426fb89c3359f25;hpb=caddee4b6224b0e050d12cb77d2f42394043885f diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index c2d84a3..a46388c 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -33,10 +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 @@ -64,7 +72,7 @@ libtest_ro_SOURCES = \ parser-test.h \ $(parser_objs) -libtest.ro: $(libtest_ro_OBJECTS) +libtest.ro$(EXEEXT): $(libtest_ro_OBJECTS) $(LD) -o $@ -r $^ check_PROGRAMS = $(TESTS) libtest.ro