X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2FMakefile.am;h=e221bf2080c1918084ad92e59ec77badc980be5f;hp=5dba679f682bf39c582bdce98f349cad02adf871;hb=15c8cadd1173f681142a3f48319a203d7b917850;hpb=434a6c9c100bc8daca1e6c41137f993d88f20fe3 diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index 5dba679..e221bf2 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -33,8 +33,17 @@ 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-rh8-ppc64 + 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 $(TESTS): %: %.embedded-config.o $(TESTS): LDADD += $@.embedded-config.o @@ -49,6 +58,7 @@ parser_objs = \ $(top_srcdir)/discover/yaboot-parser.c \ $(top_srcdir)/discover/kboot-parser.c \ $(top_srcdir)/discover/grub2-parser.c \ + $(top_srcdir)/discover/pxe-parser.c \ $(top_srcdir)/discover/resource.c \ $(top_srcdir)/discover/paths.c \ $(top_srcdir)/discover/device-handler.c \ @@ -61,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