Add section for running tests
This commit is contained in:
parent
4c04783ce1
commit
9c515aece2
9
README
9
README
|
@ -74,6 +74,15 @@ Simple install procedure:
|
|||
% make install # install pluma
|
||||
|
||||
|
||||
Running Tests
|
||||
==================
|
||||
Pluma has several test that can be run after compilation. Run them by issueing "make check". However there are a couple of requirements that need to be satified before they will pass.
|
||||
|
||||
* You need the gsettings schemas installed for some tests to be able to run.
|
||||
* You need to mount sftp://localhost/ with gvfs-mount for one test to pass.
|
||||
|
||||
If test fail and you have setup the above correctly then please file a bug report as described below.
|
||||
|
||||
How to report bugs
|
||||
==================
|
||||
|
||||
|
|
Loading…
Reference in New Issue