From: des Date: Wed, 13 Feb 2008 17:12:59 +0000 (+0000) Subject: Enable tests + allow overrides from command line. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=913cb3306f23a5858e0af61dd4c269c266f3f4f1;p=varnish Enable tests + allow overrides from command line. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2458 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/autogen.des b/varnish-cache/autogen.des index 191e8a31..97c9f911 100755 --- a/varnish-cache/autogen.des +++ b/varnish-cache/autogen.des @@ -18,6 +18,8 @@ export CONFIG_SHELL=/bin/sh --enable-diagnostics \ --enable-extra-developer-warnings \ --enable-stack-protector \ + --enable-tests \ --enable-werror \ --prefix=/opt/varnish \ - --mandir=/opt/varnish/man + --mandir=/opt/varnish/man \ + "$@"