aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2009-09-22 23:12:04 +0200
committerNick Mathewson <nickm@torproject.org>2009-09-23 00:24:43 -0400
commit81895dbd5253459fbe357bb9d9ec43d4cf00e2d4 (patch)
treeba4efd9aeca95f55d832e0166eabbde13bf8076a /contrib
parentcb52e17d3dfa1e3ade1da6983a47f01fe86a84d6 (diff)
downloadtor-81895dbd5253459fbe357bb9d9ec43d4cf00e2d4.tar
tor-81895dbd5253459fbe357bb9d9ec43d4cf00e2d4.tar.gz
Our test script moved from src/or/test to src/test/test.
Update the HACKING document and the cross compilation helper
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/cross.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cross.sh b/contrib/cross.sh
index af68755db..a6085a400 100755
--- a/contrib/cross.sh
+++ b/contrib/cross.sh
@@ -185,7 +185,7 @@ if [ ! -z $STRIP ]
then
${HOST_TRIPLET}strip \
src/or/tor \
- src/or/test \
+ src/test/test \
src/tools/tor-resolve
fi