summaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-17 14:46:16 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-17 14:46:16 -0400
commit4833717d69fee558d55f6e853a22a5e8199357a2 (patch)
tree6f1292dbe6c3733cb172eeae475f3ebd90b5d7c0 /src/test/include.am
parentc7dcf252fd509714d7607d89b7416ffb313d8365 (diff)
parent86456472508276b3db4e7760aa1173f93316216f (diff)
downloadtor-4833717d69fee558d55f6e853a22a5e8199357a2.tar.gz
tor-4833717d69fee558d55f6e853a22a5e8199357a2.zip
Merge branch 'maint-0.3.4'
Diffstat (limited to 'src/test/include.am')
-rw-r--r--src/test/include.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am
index a749ff1436..6a4b561736 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -321,6 +321,7 @@ src_test_test_hs_ntor_cl_AM_CPPFLAGS = \
$(AM_CPPFLAGS)
+if UNITTESTS_ENABLED
noinst_PROGRAMS += src/test/test-bt-cl
src_test_test_bt_cl_SOURCES = src/test/test_bt_cl.c
src_test_test_bt_cl_LDADD = \
@@ -330,6 +331,7 @@ src_test_test_bt_cl_LDADD = \
@TOR_LIB_WS32@ @TOR_LIB_IPHLPAPI@ @TOR_LIB_GDI@ @TOR_LIB_USERENV@
src_test_test_bt_cl_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)
src_test_test_bt_cl_CPPFLAGS= $(src_test_AM_CPPFLAGS) $(TEST_CPPFLAGS)
+endif
EXTRA_DIST += \
src/test/bt_test.py \