summaryrefslogtreecommitdiffstats
path: root/test/parser/Makefile.am
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-05-09 16:08:32 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-05-16 11:55:31 +0800
commitc37e69dfc9df2d7adf442d2463633c067f5fceaf (patch)
tree0dbf3e0681a020bb048ef542194dbe935abea2c2 /test/parser/Makefile.am
parent3397cc6598f9272287fcdd3aedf5a7d4c3191254 (diff)
downloadtalos-petitboot-c37e69dfc9df2d7adf442d2463633c067f5fceaf.tar.gz
talos-petitboot-c37e69dfc9df2d7adf442d2463633c067f5fceaf.zip
test/parser: Add yaboot test from a ppc64 RH8 machine
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'test/parser/Makefile.am')
-rw-r--r--test/parser/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am
index 1040670..f711c1e 100644
--- a/test/parser/Makefile.am
+++ b/test/parser/Makefile.am
@@ -29,11 +29,13 @@ TESTS = test-null \
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 = data/grub2-f18-ppc64.conf
+check_DATA = data/grub2-f18-ppc64.conf \
+ data/yaboot-rh8-ppc64.conf
common_libs = $(top_builddir)/lib/libpbcore.la
test_libs = libtest.o
OpenPOWER on IntegriCloud