File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,14 +114,14 @@ regression()
114114 make -C tests/regression run-simx
115115 make -C tests/regression run-rtlsim
116116
117- # test local barrier
118- ./ci/blackbox.sh --driver=simx --app=dogfood --args=" -n1 -tbar"
119- ./ci/blackbox.sh --driver=rtlsim --app=dogfood --args=" -n1 -tbar"
120-
121117 # test global barrier
122118 CONFIGS=" -DGBAR_ENABLE" ./ci/blackbox.sh --driver=simx --app=dogfood --args=" -n1 -tgbar" --cores=2
123119 CONFIGS=" -DGBAR_ENABLE" ./ci/blackbox.sh --driver=rtlsim --app=dogfood --args=" -n1 -tgbar" --cores=2
124120
121+ # test local barrier
122+ ./ci/blackbox.sh --driver=simx --app=dogfood --args=" -n1 -tbar"
123+ ./ci/blackbox.sh --driver=rtlsim --app=dogfood --args=" -n1 -tbar"
124+
125125 echo " regression tests done!"
126126}
127127
You can’t perform that action at this time.
0 commit comments