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