We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6ea4c commit 52ef1cbCopy full SHA for 52ef1cb
unittest/run_all.sh
@@ -5,6 +5,7 @@ date | tee -a $OUT
5
echo "" | tee -a $OUT
6
./run_normal.sh | tee -a $OUT
7
./run_sanitizer.sh | tee -a $OUT
8
+./run_gcov.h | tee -a $OUT
9
./run_gprof.sh | tee -a $OUT
10
./run_valgrind.sh | tee -a $OUT
11
./run_compare.sh | tee -a $OUT
0 commit comments