summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2011-09-19 16:51:36 +0100
committerRobert Bragg <robert@linux.intel.com>2011-09-19 17:44:21 +0100
commite230a994a2e8a7da2a2a5946fe9218f948890ebf (patch)
treeaeebc4844493344a16b46d215de06ad70b948858
parent8fba6265d2ea017083a2c647c684884503a09640 (diff)
downloadcogl-e230a994a2e8a7da2a2a5946fe9218f948890ebf.tar.gz
doc/RELEASING: note that the conformance tests should be run
This documents that `make check` should be run as part of the release process.
-rw-r--r--doc/RELEASING6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/RELEASING b/doc/RELEASING
index 97c23c96..b29ca349 100644
--- a/doc/RELEASING
+++ b/doc/RELEASING
@@ -27,9 +27,13 @@ When making a new release;
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:
- 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:
$ ./autogen.sh