Skip to content

Commit dc03353

Browse files
committed
FEAT-023: Change nmag examples documentation as configuration is no longer needed.
1 parent c0a760b commit dc03353

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

guest_resources/nmag_examples.rst

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)