docs: Mention that patches must pass the conformance tests
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 26 Apr 2012 13:33:53 +0000 (14:33 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 27 Apr 2012 11:30:50 +0000 (12:30 +0100)
People submitting patches should do a conformance test suite run, until
we have a buildbot and a way of running the conformance tests on a
headless setup.

README.in

index d41d91a..e5e2ae6 100644 (file)
--- a/README.in
+++ b/README.in
@@ -279,6 +279,15 @@ Which is available here:
 
   http://git.fishsoup.net/cgit/git-bz/
 
+Patches submitted against Clutter have to pass the conformance test suite, or,
+if possible, add new unit tests for the conformance test suite in case of new
+features. Ensure you run the conformance test suite every for every patch you
+wish to submit, by using:
+
+  cd tests/conform && make test
+
+and verifying that the test suite passes.
+
 RELEASE NOTES
 -------------------------------------------------------------------------------