X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2FMakefile.am;h=f711c1e7fab8560c472527b0327ba5df332a6228;hp=3733039b6647c5ee64846da37e25c50facd7aaf1;hb=70ad7ba01b43404585c76512bffe99ede0c0f55a;hpb=30b2ac42df8827f2181c7294b2a628bbcc1cfef8 diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index 3733039..f711c1e 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -25,13 +25,17 @@ AM_CPPFLAGS = \ AM_CFLAGS = -O0 -ggdb -Wall -Wextra -Werror TESTS = test-null \ + test-grub2-single \ + 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 +46,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 \