File tree Expand file tree Collapse file tree 1 file changed +21
-5
lines changed
Expand file tree Collapse file tree 1 file changed +21
-5
lines changed Original file line number Diff line number Diff line change 77 chdir : " {{ NMAG_INSTALL_PREFIX }}/{{ NMAG_VERSION }}/nsim/tests/config"
88 sudo : yes
99
10- - name : Run tests.
11- command : make test
10+ - name : Run fast tests.
11+ command : make check
1212 args :
13- chdir : " {{ NMAG_INSTALL_PREFIX }}/{{ NMAG_VERSION }}/tests"
14- environment :
15- PATH : " $PATH:{{ NMAG_INSTALL_PREFIX }}/{{ NMAG_VERSION }}/nsim/bin"
13+ chdir : " {{ NMAG_INSTALL_PREFIX }}/{{ NMAG_VERSION }}/nsim/tests"
14+ sudo : yes
15+
16+ - name : Run slow tests.
17+ command : make checkslow
18+ args :
19+ chdir : " {{ NMAG_INSTALL_PREFIX }}/{{ NMAG_VERSION }}/nsim/tests"
20+ sudo : yes
21+
22+ - name : Run MPI tests.
23+ command : make checkmpi
24+ args :
25+ chdir : " {{ NMAG_INSTALL_PREFIX }}/{{ NMAG_VERSION }}/nsim/tests"
26+ sudo : yes
27+
28+ - name : Run HLib tests.
29+ command : make checkhlib
30+ args :
31+ chdir : " {{ NMAG_INSTALL_PREFIX }}/{{ NMAG_VERSION }}/nsim/tests"
1632 sudo : yes
You can’t perform that action at this time.
0 commit comments