summaryrefslogtreecommitdiffstats
path: root/test/parser/Makefile.am
diff options
context:
space:
mode:
authorGeoff Levand <geoff@infradead.org>2013-05-17 17:09:01 +0800
committerGeoff Levand <geoff@infradead.org>2013-05-17 17:44:29 +0800
commite1a6f62162716511956417e6c103de37ce9c71d2 (patch)
tree3feee916f8962b2173828367473d9c1226888c20 /test/parser/Makefile.am
parentac319778b407636ae5b0ecf9d75e85752014ef96 (diff)
downloadtalos-petitboot-e1a6f62162716511956417e6c103de37ce9c71d2.tar.gz
talos-petitboot-e1a6f62162716511956417e6c103de37ce9c71d2.zip
test/parser: Add ubuntu grub tests
Signed-off-by: Geoff Levand <geoff@infradead.org>
Diffstat (limited to 'test/parser/Makefile.am')
-rw-r--r--test/parser/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am
index e330e82..af4fbd6 100644
--- a/test/parser/Makefile.am
+++ b/test/parser/Makefile.am
@@ -28,6 +28,7 @@ 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 \
@@ -36,6 +37,7 @@ TESTS = test-null \
check_PROGRAMS = $(TESTS)
check_LIBRARIES = $(test_libs)
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
OpenPOWER on IntegriCloud