Commit 7b70907f authored by Tollef Fog Heen's avatar Tollef Fog Heen

Move setting of TESTS inside the if ENABLE_TESTS block so as to make make distcheck happy

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2783 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 6c2a6d8e
...@@ -24,9 +24,10 @@ libvarnish_la_SOURCES = \ ...@@ -24,9 +24,10 @@ libvarnish_la_SOURCES = \
libvarnish_la_LIBADD = ${RT_LIBS} ${NET_LIBS} ${LIBM} libvarnish_la_LIBADD = ${RT_LIBS} ${NET_LIBS} ${LIBM}
TESTS = num_c_test
if ENABLE_TESTS if ENABLE_TESTS
TESTS = num_c_test
noinst_PROGRAMS = ${TESTS} noinst_PROGRAMS = ${TESTS}
num_c_test_SOURCES = num.c num_c_test_SOURCES = num.c
......
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