File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,11 @@ Example files can be found in::
1414
1515 ~/nmag-examples/
1616
17- A test suite is also available for the discerning user. To use the test suite,
18- configuration must first be performed::
19-
20- sudo su # We need to run this as root for permissions purposes.
21- cd /opt/nmag/nmag-0.2.1/nsim/tests/config
22- PATH=$PATH:/opt/nmag/nmag-0.2.1/nsim/bin
23- bash find_nsim.sh
24- exit
25-
26- The tests are wrapped in a Makefile, and hence can only be run after the
27- configuration by commanding::
17+ The tests are wrapped in a Makefile, and can be run as root by commanding::
2818
2919 sudo su
3020 cd /opt/nmag/nmag-0.2.1/nsim/tests
3121 make
3222 exit
23+
24+ Note that HLib is not installed, and so tests requiring HLib will fail.
You can’t perform that action at this time.
0 commit comments