]> git.ipfire.org Git - thirdparty/squid.git/blob - src/TestHeaders.am
Merged from trunk
[thirdparty/squid.git] / src / TestHeaders.am
1 ## Test ./*.h files in a directory using test-suite/testheaders.sh
2
3 ## TODO: include in src/Common.am when all testHeaders users are the same.
4
5 TESTS += testHeaders
6
7 ## .h dependency test script
8 ## aborts build process on errors; XXX: even with "make -k"
9 testHeaders: $(srcdir)/*.h
10 $(SHELL) $(top_srcdir)/test-suite/testheaders.sh "$(CXXCOMPILE)" "$(srcdir)" || exit 1
11
12 .PHONY: testHeaders