Fixed test/test-gregression build targets.

This commit is contained in:
b1v1r
2010-04-27 09:33:56 +00:00
parent 42b9813195
commit cea87f4085
12 changed files with 123 additions and 183 deletions

View File

@@ -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