summaryrefslogtreecommitdiff
path: root/tests/exslt/Makefile.am
blob: aeb58c1d527b26bbea3c72ca5aa6d4395fb6636f (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 saxon sets strings dynamic date $(CRYPTO_TESTDIR)

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='libtool --mode=execute valgrind -q --leak-check=full' tests