]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/Makefile.am
po: Minor Russian translation updates
[petitboot] / test / parser / Makefile.am
index 75411496526f2034874a50984fb9e60f3b7a2233..d24e720f8c2f742b7291401240434f4f894e7b24 100644 (file)
@@ -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"'