summaryrefslogtreecommitdiff
path: root/tests/exslt/Makefile.am
blob: 800701b1bc4667411ba7d5d3ed8f06fa3b29e355 (plain)
1
2
3
4
5
6
7
8
9
10
11
## Process this file with automake to produce Makefile.in

SUBDIRS=common functions math sets strings dynamic date

test tests:
	@(cur=`pwd` ; for dir in $(SUBDIRS) ; do cd $$dir ; $(MAKE) CHECKER='$(CHECKER)' tests ; cd $$cur ; done)

valgrind:
	@echo '## Running the regression tests under Valgrind'
	$(MAKE) CHECKER='valgrind -q' tests