aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorcypherpunks <cypherpunks@torproject.org>2015-03-05 11:05:17 +0100
committerNick Mathewson <nickm@torproject.org>2015-04-23 09:56:25 -0400
commit0e89abfa73ee8494f1e654823ab68282858038b0 (patch)
tree9773c70269a61b06fd198d52f1a71e64b2880b66 /configure.ac
parentc535494238cee580acaa6debe2eb942bb90ea59d (diff)
downloadtor-0e89abfa73ee8494f1e654823ab68282858038b0.tar.gz
tor-0e89abfa73ee8494f1e654823ab68282858038b0.zip
Integrate backtrace test into the automake test suite.
For this to work bt_test.py now returns an exit code indicating success or failure. Additionally, check-local and its specific dependencies are now obsolete so they are removed.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 184211b558..098a15ca93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1664,6 +1664,7 @@ AC_CONFIG_FILES([
scripts/maint/updateVersions.pl
src/test/test_zero_length_keys.sh
src/test/test_ntor.sh
+ src/test/test_bt.sh
])
if test x$asciidoc = xtrue && test "$ASCIIDOC" = "none" ; then