aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: 4c3262172dd03734327e8a8d56ca8f94cc1f7491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
VMOD_TESTS = \
 test00.vtc\
 test01.vtc\
 test02.vtc\
 test03.vtc

EXTRA_DIST=$(VMOD_TESTS) htpasswd

check:
	cd $(abs_srcdir); \
	for t in $(VMOD_TESTS); do \
	    $(VARNISHSRC)/bin/varnishtest/varnishtest \
                    -Dvarnishd=$(VARNISHSRC)/bin/varnishd/varnishd \
	            -Dvmod_topsrc=$(abs_top_srcdir) \
                    -Dvmod_topbuild=$(abs_top_builddir) $$t; \
        done

Return to:

Send suggestions and report system problems to the System administrator.