Skip to content

Commit ebccca9

Browse files
committed
Fixed gcov script
1 parent 84d66bf commit ebccca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/run_gcov.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ echo ""
1818
echo "Run gcov with: -O0"
1919
cd ../mapcodelib
2020
gcc $OPTS -O0 -c mapcoder.c
21-
cd ../unittest
21+
cd ../test
2222
gcc $OPTS -O0 unittest.c -lm -lpthread -o unittest $LIB
2323
./unittest
2424
cd ../mapcodelib

0 commit comments

Comments
 (0)