X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=test%2Fparser%2FMakefile.am;h=e330e8268f1f30823797d8ff0097f9e04c3db1fa;hb=ac319778b407636ae5b0ecf9d75e85752014ef96;hp=3733039b6647c5ee64846da37e25c50facd7aaf1;hpb=30b2ac42df8827f2181c7294b2a628bbcc1cfef8;p=petitboot diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index 3733039..e330e82 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -25,13 +25,18 @@ AM_CPPFLAGS = \ AM_CFLAGS = -O0 -ggdb -Wall -Wextra -Werror TESTS = test-null \ + test-grub2-single \ + test-grub2-multiple-resolve \ + test-grub2-f18-ppc64 \ test-kboot-single \ test-yaboot-single \ - test-yaboot-external + test-yaboot-external \ + test-yaboot-rh8-ppc64 check_PROGRAMS = $(TESTS) check_LIBRARIES = $(test_libs) -check_DATA = +check_DATA = data/grub2-f18-ppc64.conf \ + data/yaboot-rh8-ppc64.conf common_libs = $(top_builddir)/lib/libpbcore.la test_libs = libtest.o @@ -42,6 +47,7 @@ libtest.o: $(libtest_o_OBJECTS) # objects under test parser_test_objs = $(top_srcdir)/discover/yaboot-parser.c \ $(top_srcdir)/discover/kboot-parser.c \ + $(top_srcdir)/discover/grub2-parser.c \ $(top_srcdir)/discover/resource.c \ $(top_srcdir)/discover/paths.c \ $(top_srcdir)/discover/device-handler.c \