X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2FMakefile.am;h=e221bf2080c1918084ad92e59ec77badc980be5f;hp=c2d84a38a84009a0c92cfb7bf98144667cdb0d1f;hb=15c8cadd1173f681142a3f48319a203d7b917850;hpb=caddee4b6224b0e050d12cb77d2f42394043885f diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index c2d84a3..e221bf2 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -33,8 +33,15 @@ 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 @@ -64,7 +71,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