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.
This commit is contained in:
Emmanuele Bassi 2012-04-26 14:33:53 +01:00
parent 155e0eee89
commit 05df0c9c14
1 changed files with 9 additions and 0 deletions

View File

@ -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
-------------------------------------------------------------------------------