mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Fixed test/test-gregression build targets.
This commit is contained in:
10
Makefile.am
10
Makefile.am
@@ -1,2 +1,10 @@
|
||||
ACLOCAL_AMFLAGS = -I acinclude
|
||||
SUBDIRS = @TOPLEVEL_SUBDIRS@
|
||||
SUBDIRS = @TOPLEVEL_SUBDIRS@ tests
|
||||
|
||||
# Alias for "check"
|
||||
test: check
|
||||
|
||||
test-regression:
|
||||
(cd tests && $(MAKE) test-regression)
|
||||
|
||||
.PHONY: test
|
||||
|
Reference in New Issue
Block a user