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

EXTRA_DIST=$(VMOD_TESTS)
distclean-local:
	rm -fr tbf

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.