[clutter] docs: Mention that patches must pass the conformance tests



commit 05df0c9c145115929618db075b5055c132fb15bd
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Thu Apr 26 14:33:53 2012 +0100

    docs: Mention that patches must pass the conformance tests
    
    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 |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/README.in b/README.in
index d41d91a..e5e2ae6 100644
--- 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
 -------------------------------------------------------------------------------
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]