0
0
mirror of https://gitlab.torproject.org/tpo/core/tor.git synced 2024-09-20 04:12:13 +02:00

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

Update the HACKING document and the cross compilation helper
This commit is contained in:
Sebastian Hahn 2009-09-22 23:12:04 +02:00 committed by Nick Mathewson
parent cb52e17d3d
commit 81895dbd52
2 changed files with 2 additions and 2 deletions

View File

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

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