doc/RELEASING: note that the conformance tests should be run

This documents that `make check` should be run as part of the release
process.
This commit is contained in:
Robert Bragg 2011-09-19 16:51:36 +01:00
parent 8fba6265d2
commit e230a994a2

View File

@ -27,9 +27,13 @@ When making a new release;
And verify that the code builds and installs from a clean Git snapshot. And verify that the code builds and installs from a clean Git snapshot.
- Run checks including running the conformance tests:
$ make check
- Test with Clutter: - Test with Clutter:
Since we haven't migrated the Cogl unit tests from Clutter yet, you Since we haven't migrated all the Cogl unit tests from Clutter yet, you
should now build Clutter against Cogl and run the conformance tests: should now build Clutter against Cogl and run the conformance tests:
$ ./autogen.sh $ ./autogen.sh