File tree 2 files changed +10
-0
lines changed 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -50,3 +50,9 @@ start_section "vtr.test.4" "${GREEN}Testing..${NC} ${CYAN}odin_reg_micro${NC}"
50
50
end_section " vtr.test.4"
51
51
52
52
$SPACER
53
+
54
+ start_section " vtr.test.5" " ${GREEN} Testing..${NC} ${CYAN} odin_reg_operators${NC} "
55
+ ./run_reg_test.pl odin_reg_operators
56
+ end_section " vtr.test.5"
57
+
58
+ $SPACER
Original file line number Diff line number Diff line change @@ -417,6 +417,10 @@ sub run_odin_test {
417
417
$return_status = system (" ./verify_odin.sh --clean --test micro --nb_of_process $num_cpu " );
418
418
} elsif ( $token eq " odin_reg" ) {
419
419
$return_status = system (" ./verify_odin.sh --clean --test full --nb_of_process $num_cpu " );
420
+ } elsif ( $token eq " odin_reg_large" ) {
421
+ $return_status = system (" ./verify_odin.sh --clean --test large --nb_of_process $num_cpu " );
422
+ } elsif ( $token eq " odin_reg_operators" ) {
423
+ $return_status = system (" ./verify_odin.sh --clean --test operators --nb_of_process $num_cpu " );
420
424
} elsif ( $token eq " odin_reg_arch" ) {
421
425
$return_status = system (" ./verify_odin.sh --clean --test arch --nb_of_process $num_cpu " );
422
426
} elsif ( $token eq " odin_reg_syntax" ) {
You can’t perform that action at this time.
0 commit comments