X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2FMakefile.am;h=af4fbd673221f4524e494b23e1ea592d996a2a76;hp=10406706f6a2b097bfc276d1369b6e4bc9c3abe3;hb=7d20772cc7b4d258ee878b4cb30b313f14502dc7;hpb=3397cc6598f9272287fcdd3aedf5a7d4c3191254 diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index 1040670..af4fbd6 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -26,14 +26,19 @@ AM_CFLAGS = -O0 -ggdb -Wall -Wextra -Werror TESTS = test-null \ test-grub2-single \ + test-grub2-multiple-resolve \ test-grub2-f18-ppc64 \ + test-grub2-ubuntu-13_04-x86 \ 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 = data/grub2-f18-ppc64.conf +check_DATA = data/grub2-f18-ppc64.conf \ + data/grub2-ubuntu-13_04-x86.conf \ + data/yaboot-rh8-ppc64.conf common_libs = $(top_builddir)/lib/libpbcore.la test_libs = libtest.o