X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2FMakefile.am;h=d24e720f8c2f742b7291401240434f4f894e7b24;hp=685d7acbbd1c6ad30e1134627f1b44fdba869cf1;hb=8fa3f3bd22e66329ac0dd65a82bf8eb554e2364d;hpb=c43847fe14e6b32cc58b8e8168f78e72ef94316d diff --git a/test/parser/Makefile.am b/test/parser/Makefile.am index 685d7ac..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 \ @@ -81,7 +82,7 @@ $(parser_TESTS): %: %.embedded-config.o test/parser/libtest.ro extract_config = $(srcdir)/test/parser/extract-config.awk %.embedded-config.c: %.c $(extract_config) - $(AWK) -f $(extract_config) $< > $@ + $(AM_V_GEN)$(AWK) -f $(extract_config) $< > $@ # objects under test @@ -106,13 +107,14 @@ 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"' test/parser/libtest.ro$(EXEEXT): $(test_parser_libtest_ro_OBJECTS) \ $(test_parser_libtest_ro_LDADD) - $(LD) -o $@ -r $^ + $(AM_V_GEN)$(LD) -o $@ -r $^ EXTRA_DIST += $(check_DATA) $(extract_config)