From 05df0c9c145115929618db075b5055c132fb15bd Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 26 Apr 2012 14:33:53 +0100 Subject: [PATCH] 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 file changed, 9 insertions(+) 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 ------------------------------------------------------------------------------- -- 2.7.4