]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Our test script moved from src/or/test to src/test/test.
authorSebastian Hahn <sebastian@torproject.org>
Tue, 22 Sep 2009 21:12:04 +0000 (23:12 +0200)
committerNick Mathewson <nickm@torproject.org>
Wed, 23 Sep 2009 04:24:43 +0000 (00:24 -0400)
Update the HACKING document and the cross compilation helper

contrib/cross.sh
doc/HACKING

index af68755dbf52a81bf9afe0a097c9d69cd129fedc..a6085a400f0cb99209bc1ef813070039a393c362 100755 (executable)
@@ -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
 
index 210f09f4ba55a64d75f2c82ec1a15ec13c57e609..30ac2465fa22fda6c5de73c30b28b70fc01c2666 100644 (file)
@@ -26,7 +26,7 @@ valgrind --leak-check=yes --error-limit=no --show-reachable=yes src/or/tor
 
   make clean
   make CFLAGS='-g -fprofile-arcs -ftest-coverage'
-  ./src/or/test
+  ./src/test/test
   cd src/common; gcov *.[ch]
   cd ../or; gcov *.[ch]