mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
11 lines
170 B
Makefile
11 lines
170 B
Makefile
ACLOCAL_AMFLAGS = -I acinclude
|
|
SUBDIRS = @TOPLEVEL_SUBDIRS@ tests
|
|
|
|
# Alias for "check"
|
|
test: check
|
|
|
|
test-regression:
|
|
(cd tests && $(MAKE) test-regression)
|
|
|
|
.PHONY: test
|