From: tfheen Date: Wed, 20 Aug 2008 08:21:05 +0000 (+0000) Subject: Make make check run test suite X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=834cbcfcd66036338b76acdadd29fbd87a07d2c1;p=varnish Make make check run test suite git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3114 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishtest/Makefile.am b/varnish-cache/bin/varnishtest/Makefile.am index 3eb45591..45941638 100644 --- a/varnish-cache/bin/varnishtest/Makefile.am +++ b/varnish-cache/bin/varnishtest/Makefile.am @@ -1,5 +1,8 @@ # $Id$ +TESTS_ENVIRONMENT = ./varnishtest +TESTS = $(srcdir)/tests/*.vtc + INCLUDES = -I$(top_srcdir)/include bin_PROGRAMS = varnishtest