Skip to content

Commit 1fe66c9

Browse files
committed
Re-ordered test script
1 parent 9e8b3bd commit 1fe66c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/run_all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ OUT=_report.txt
33
echo "Run all tests..." | tee $OUT
44
date | tee -a $OUT
55
echo "" | tee -a $OUT
6+
./run_compare.sh | tee -a $OUT
67
./run_normal.sh | tee -a $OUT
78
./run_sanitizer.sh | tee -a $OUT
89
./run_gcov.sh | tee -a $OUT
9-
./run_gprof.sh | tee -a $OUT
1010
./run_valgrind.sh | tee -a $OUT
11-
./run_compare.sh | tee -a $OUT
11+
./run_gprof.sh | tee -a $OUT
1212
echo "" | tee -a $OUT
1313
echo "Done" | tee -a $OUT

0 commit comments

Comments
 (0)