ModSecurity/Makefile.am
2011-04-20 19:14:49 +00:00

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