We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ad826 commit 450d621Copy full SHA for 450d621
Makefile.am
@@ -35,6 +35,10 @@ test: check
35
test-regression:
36
(cd tests && $(MAKE) test-regression)
37
38
+test-regression-nginx:
39
+ (cd tests && $(MAKE) test-regression-nginx)
40
+
41
42
cppcheck:
43
cppcheck . --enable=all --force 2>&1 | sed 's/^/warning: /g' 1>&2;
44
tests/Makefile.am
@@ -60,4 +60,7 @@ test: check
60
test-regression: run-regression-tests.pl
61
$(PERL) run-regression-tests.pl
62
63
+test-regression-nginx: run-regression-tests-nginx.pl
64
+ $(PERL) run-regression-tests-nginx.pl
65
66
.PHONY: test test-regression
0 commit comments