head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2012.10.23.15.34.47;	author mi;	state Exp;
branches;
next	;


desc
@@


1.1
log
@SVN rev 306315 on 2012-10-23 15:34:47Z by mi

Add the test-target for running vendor's self-tests and attempt to
make sure, the tests complete.

Add one more header to the installation list -- this is required in 3.0.3
for 3rd-party modules to build.

Approved by:	maintainer
Feature safe:	yes
@
text
@See:
	https://www.varnish-cache.org/trac/ticket/1202

--- bin/varnishtest/vtc_log.c	2012-08-20 05:20:40.000000000 -0400
+++ bin/varnishtest/vtc_log.c	2012-10-01 12:35:45.000000000 -0400
@@@@ -138,5 +138,5 @@@@
 	AZ(pthread_mutex_lock(&vl->mtx));
 	vl->act = 1;
-	assert(lvl < NLEAD);
+	assert(lvl < (int)NLEAD);
 	VSB_clear(vl->vsb);
 	VSB_printf(vl->vsb, "%s %-4s %4.1f ",
@
