Browse Source

Our test script moved from src/or/test to src/test/test.

Update the HACKING document and the cross compilation helper
Sebastian Hahn 14 years ago
parent
commit
81895dbd52
2 changed files with 2 additions and 2 deletions
  1. 1 1
      contrib/cross.sh
  2. 1 1
      doc/HACKING

+ 1 - 1
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
 

+ 1 - 1
doc/HACKING

@@ -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]