summaryrefslogtreecommitdiffstats
path: root/test/parser/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/parser/Makefile.am')
-rw-r--r--test/parser/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am
index 5dba679..c2d84a3 100644
--- a/test/parser/Makefile.am
+++ b/test/parser/Makefile.am
@@ -34,7 +34,9 @@ TESTS = \
test-kboot-single \
test-yaboot-single \
test-yaboot-external \
- test-yaboot-rh8-ppc64
+ test-yaboot-rh8-ppc64 \
+ test-pxe-single \
+ test-pxe-initrd-in-append
$(TESTS): %: %.embedded-config.o
$(TESTS): LDADD += $@.embedded-config.o
@@ -49,6 +51,7 @@ parser_objs = \
$(top_srcdir)/discover/yaboot-parser.c \
$(top_srcdir)/discover/kboot-parser.c \
$(top_srcdir)/discover/grub2-parser.c \
+ $(top_srcdir)/discover/pxe-parser.c \
$(top_srcdir)/discover/resource.c \
$(top_srcdir)/discover/paths.c \
$(top_srcdir)/discover/device-handler.c \
OpenPOWER on IntegriCloud