Files
ModSecurity/Makefile.am
2010-04-27 09:33:56 +00:00

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