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::
14
14
15
15
~/nmag-examples/
16
16
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::
28
18
29
19
sudo su
30
20
cd /opt/nmag/nmag-0.2.1/nsim/tests
31
21
make
32
22
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