diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-07-16 10:49:40 +0000 |
---|---|---|
committer | rl1987 <rl1987@sdf.lonestar.org> | 2018-07-17 12:09:34 +0000 |
commit | 86456472508276b3db4e7760aa1173f93316216f (patch) | |
tree | bab29f5f06c937ab3daa1a45d728b859c8e238b0 /src/test/include.am | |
parent | e0f33c1d3e7b87fcea26b8ba2ffb9d292449d9d8 (diff) | |
download | tor-86456472508276b3db4e7760aa1173f93316216f.tar.gz tor-86456472508276b3db4e7760aa1173f93316216f.zip |
Fix build to work with --disable-unittests again
Diffstat (limited to 'src/test/include.am')
-rw-r--r-- | src/test/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am index 6b35c248e6..2c4da6ac42 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -343,6 +343,7 @@ src_test_test_hs_ntor_cl_AM_CPPFLAGS = \ -I"$(top_srcdir)/src/or" +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 = src/common/libor-testing.a \ @@ -353,6 +354,7 @@ src_test_test_bt_cl_LDADD = src/common/libor-testing.a \ @TOR_LIB_WS32@ @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 \ |