From: Amos Jeffries Date: Fri, 20 Feb 2015 08:24:22 +0000 (-0800) Subject: Fix TestHeaders unit tests X-Git-Tag: merge-candidate-3-v1~250^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f38ea45e1014bd55e4420604d038907ffaefee7c;p=thirdparty%2Fsquid.git Fix TestHeaders unit tests --- diff --git a/src/TestHeaders.am b/src/TestHeaders.am index ecb223f123..01861b8f71 100644 --- a/src/TestHeaders.am +++ b/src/TestHeaders.am @@ -14,7 +14,7 @@ TESTS += testHeaders ## .h dependency test script ## aborts build process on errors; XXX: even with "make -k" testHeaders: $(srcdir)/*.h - $(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "$(srcdir)" || exit 1 + $(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" $^ || exit 1 ## XXX: this is only needed because testheaders.sh creates a dummy file called ## testHeaders and distclean does not know about it.