We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8b3bd commit 1fe66c9Copy full SHA for 1fe66c9
test/run_all.sh
@@ -3,11 +3,11 @@ OUT=_report.txt
3
echo "Run all tests..." | tee $OUT
4
date | tee -a $OUT
5
echo "" | tee -a $OUT
6
+./run_compare.sh | tee -a $OUT
7
./run_normal.sh | tee -a $OUT
8
./run_sanitizer.sh | tee -a $OUT
9
./run_gcov.sh | tee -a $OUT
-./run_gprof.sh | tee -a $OUT
10
./run_valgrind.sh | tee -a $OUT
11
-./run_compare.sh | tee -a $OUT
+./run_gprof.sh | tee -a $OUT
12
13
echo "Done" | tee -a $OUT
0 commit comments