[master] 345ba9e Always enable libvarnish test

Guillaume Quintard guillaume at varnish-software.com
Thu Mar 3 09:41:40 CET 2016


commit 345ba9e7d30d2acd2c38c41e7594ab6c9291b472
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Wed Mar 2 16:58:22 2016 +0100

    Always enable libvarnish test

diff --git a/lib/libvarnish/Makefile.am b/lib/libvarnish/Makefile.am
index 967ec9c..bdda37d 100644
--- a/lib/libvarnish/Makefile.am
+++ b/lib/libvarnish/Makefile.am
@@ -42,7 +42,6 @@ libvarnish_la_CFLAGS = \
 libvarnish_la_LIBADD = ${RT_LIBS} ${NET_LIBS} ${LIBM} @PCRE_LIBS@ \
 	@SAN_LDFLAGS@
 
-if ENABLE_TESTS
 TESTS = vnum_c_test
 
 noinst_PROGRAMS = ${TESTS}
@@ -53,4 +52,3 @@ vnum_c_test_LDADD = ${LIBM}
 
 test: ${TESTS}
 	@for test in ${TESTS} ; do ./$${test} ; done
-endif



More information about the varnish-commit mailing list