Commit 345ba9e7 authored by Guillaume Quintard's avatar Guillaume Quintard

Always enable libvarnish test

parent 51e92b44
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment