aboutsummaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-07-29 21:56:31 -0400
committerNick Mathewson <nickm@torproject.org>2013-11-18 10:43:15 -0500
commit56e3f056e9a03015aa55392a8028e2cbe097a0fb (patch)
tree041021d07c4da05f947d64aed5b3a4a74243918d /src/test/include.am
parent0cf234317f4dd6395490f24f12a7d35a480ddf11 (diff)
downloadtor-56e3f056e9a03015aa55392a8028e2cbe097a0fb.tar.gz
tor-56e3f056e9a03015aa55392a8028e2cbe097a0fb.zip
Tests for backtrace.c
These need to be a separate executable, since the point of backtrace.c is that it can crash and write stuff.
Diffstat (limited to 'src/test/include.am')
-rw-r--r--src/test/include.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am
index ffbfefba12..e879c2000e 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -77,3 +77,11 @@ src_test_test_ntor_cl_AM_CPPFLAGS = \
endif
+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 \
+ @TOR_LIB_MATH@ \
+ @TOR_LIB_WS32@ @TOR_LIB_GDI@
+src_test_test_bt_cl_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)
+src_test_test_bt_cl_CPPFLAGS= $(src_test_AM_CPPFLAGS)
+