We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d66bf commit ebccca9Copy full SHA for ebccca9
test/run_gcov.sh
@@ -18,7 +18,7 @@ echo ""
18
echo "Run gcov with: -O0"
19
cd ../mapcodelib
20
gcc $OPTS -O0 -c mapcoder.c
21
-cd ../unittest
+cd ../test
22
gcc $OPTS -O0 unittest.c -lm -lpthread -o unittest $LIB
23
./unittest
24
0 commit comments