Add some info about tests
[clawsker.git] / README
diff --git a/README b/README
index 73780509b54cbd377f446fdda9d6aeca25bd4113..e718a4418c845182a12959c01522ecab495e1bf5 100644 (file)
--- a/README
+++ b/README
@@ -36,6 +36,10 @@ Dependencies
   # apt-get install libgtk3-perl liblocale-gettext-perl libfile-which-perl
   # apt-get install claws-mail
 
+  - Test suite:
+
+  Test::Exception - https://metacpan.org/pod/Test::Exception
+
 Install
 -------
 
@@ -58,6 +62,17 @@ location (for example /usr) replace last line with:
 
 Optionally you can provide also a DESTDIR as a root tree for the installation.
 
+Test suite
+----------
+
+You can run the test suite with:
+
+  make test
+
+If running test suite fails please report a bug with all the messages
+printed by the above command, the versions of Perl and the version of
+Clawsker dependencies you're using.
+
 Contributing
 ------------