mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
tests: adds test-regression-nginx to the makefile
This patch adds the nginx regression test entry to project makefile.
This commit is contained in:
parent
96ad8267ee
commit
450d621ca9
@ -35,6 +35,10 @@ test: check
|
|||||||
test-regression:
|
test-regression:
|
||||||
(cd tests && $(MAKE) test-regression)
|
(cd tests && $(MAKE) test-regression)
|
||||||
|
|
||||||
|
test-regression-nginx:
|
||||||
|
(cd tests && $(MAKE) test-regression-nginx)
|
||||||
|
|
||||||
|
|
||||||
cppcheck:
|
cppcheck:
|
||||||
cppcheck . --enable=all --force 2>&1 | sed 's/^/warning: /g' 1>&2;
|
cppcheck . --enable=all --force 2>&1 | sed 's/^/warning: /g' 1>&2;
|
||||||
|
|
||||||
|
@ -60,4 +60,7 @@ test: check
|
|||||||
test-regression: run-regression-tests.pl
|
test-regression: run-regression-tests.pl
|
||||||
$(PERL) run-regression-tests.pl
|
$(PERL) run-regression-tests.pl
|
||||||
|
|
||||||
|
test-regression-nginx: run-regression-tests-nginx.pl
|
||||||
|
$(PERL) run-regression-tests-nginx.pl
|
||||||
|
|
||||||
.PHONY: test test-regression
|
.PHONY: test test-regression
|
||||||
|
Loading…
x
Reference in New Issue
Block a user