NFSv4: Document how to run the tests for NFSv4

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
libnfs-4.0.0-vitalif
Ronnie Sahlberg 2017-08-06 09:11:58 +10:00
parent 65de83140a
commit 17cf8d39fa
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
Testsuite for libnfs.
To run the tests :
make test
To run the tests:
make VERSION=3 test
or
make VERSION=4 test
The tests will ask for your password as it needs sudo access to
run exportfs to create/remove the share we use for testing.