summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-11-09 10:24:20 +0100
committerinfirit <[email protected]>2013-11-09 10:24:20 +0100
commit9c515aece28eb1877d0e5869aecd2624212fe037 (patch)
tree7ebc58bb7c8d3ff205cff5057b54d3f3917a9e8a /README
parent4c04783ce1ad841010d72d08a72a0bf23edc837f (diff)
downloadpluma-9c515aece28eb1877d0e5869aecd2624212fe037.tar.bz2
pluma-9c515aece28eb1877d0e5869aecd2624212fe037.tar.xz
Add section for running tests
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 89bed45a..95ab83fd 100644
--- a/README
+++ b/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
==================