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

EXTRA_DIST=$(VMOD_TESTS)
DISTCLEANFILES=tbf.db
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.