X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2FMakefile.am;h=d24e720f8c2f742b7291401240434f4f894e7b24;hp=75411496526f2034874a50984fb9e60f3b7a2233;hb=8fa3f3bd22e66329ac0dd65a82bf8eb554e2364d;hpb=d1f814a1e310b5c1e6b32d5bdbf7b7450c221325 diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index 7541149..d24e720 100644 --- a/test/parser/Makefile.am +++ b/test/parser/Makefile.am @@ -50,6 +50,7 @@ parser_TESTS = \ test/parser/test-pxe-ip-without-conf \ test/parser/test-pxe-non-url-conf \ test/parser/test-pxe-local \ + test/parser/test-pxe-ipappend \ test/parser/test-pxe-pathprefix-with-conf \ test/parser/test-pxe-non-url-pathprefix-with-conf \ test/parser/test-pxe-pathprefix-discover \ @@ -106,6 +107,7 @@ test_parser_libtest_ro_CPPFLAGS = \ $(AM_CPPFLAGS) \ -I$(top_srcdir)/discover \ -I$(top_srcdir)/discover/grub2 \ + -I$(top_builddir)/discover/grub2 \ -DPETITBOOT_TEST \ -DLOCAL_STATE_DIR='"$(localstatedir)"' \ -DTEST_CONF_BASE='"$(top_srcdir)/test/parser/data"'