Skip to content

Commit 76b67f9

Browse files
committed
include operator suite in travis
1 parent 75e7e1b commit 76b67f9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis/script.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,9 @@ start_section "vtr.test.4" "${GREEN}Testing..${NC} ${CYAN}odin_reg_micro${NC}"
5050
end_section "vtr.test.4"
5151

5252
$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

run_reg_test.pl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,10 @@ sub run_odin_test {
417417
$return_status = system("./verify_odin.sh --clean --test micro --nb_of_process $num_cpu");
418418
} elsif ( $token eq "odin_reg" ) {
419419
$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");
420424
} elsif ( $token eq "odin_reg_arch" ) {
421425
$return_status = system("./verify_odin.sh --clean --test arch --nb_of_process $num_cpu");
422426
} elsif ( $token eq "odin_reg_syntax" ) {

0 commit comments

Comments
 (0)