aboutsummaryrefslogtreecommitdiff
path: root/src/test/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-12 21:28:01 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-12 21:28:01 -0500
commit038804e13dbed8160e41e57116aa81e240f3e47a (patch)
tree819ba31b95b2ad86580113c051eaee937debf9c1 /src/test/include.am
parent2edfdc02a29e73a01f360f257d8dfe916a7a5b45 (diff)
downloadtor-038804e13dbed8160e41e57116aa81e240f3e47a.tar.gz
tor-038804e13dbed8160e41e57116aa81e240f3e47a.zip
Tweak zero_length_keys.sh and test/include.am to make out-of-tree builds work
Diffstat (limited to 'src/test/include.am')
-rw-r--r--src/test/include.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/include.am b/src/test/include.am
index 71425ea440..b9b381fdae 100644
--- a/src/test/include.am
+++ b/src/test/include.am
@@ -122,7 +122,7 @@ if USEPYTHON
./src/test/test-bt-cl assert | $(PYTHON) $(top_srcdir)/src/test/bt_test.py
./src/test/test-bt-cl crash | $(PYTHON) $(top_srcdir)/src/test/bt_test.py
endif
- ./src/test/zero_length_keys.sh
+ $(top_srcdir)/src/test/zero_length_keys.sh
EXTRA_DIST += \
src/test/bt_test.py \