summaryrefslogtreecommitdiffstats
path: root/test/parser/Makefile.am
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-05-08 12:45:58 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-05-16 11:55:31 +0800
commit3397cc6598f9272287fcdd3aedf5a7d4c3191254 (patch)
treecaf23c75c9d49366dab6b65a3d90f7853640a278 /test/parser/Makefile.am
parent03a5c955fdada22bbfae50dadfa0004fa80821f5 (diff)
downloadtalos-petitboot-3397cc6598f9272287fcdd3aedf5a7d4c3191254.tar.gz
talos-petitboot-3397cc6598f9272287fcdd3aedf5a7d4c3191254.zip
test/parser: Add f18 grub config test
Add a real-world config file from a f18 ppc64 machine. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'test/parser/Makefile.am')
-rw-r--r--test/parser/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am
index cd8da4a..1040670 100644
--- a/test/parser/Makefile.am
+++ b/test/parser/Makefile.am
@@ -26,13 +26,14 @@ 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
check_PROGRAMS = $(TESTS)
check_LIBRARIES = $(test_libs)
-check_DATA =
+check_DATA = data/grub2-f18-ppc64.conf
common_libs = $(top_builddir)/lib/libpbcore.la
test_libs = libtest.o
OpenPOWER on IntegriCloud