summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorTom Hughes <tom.hughes@palm.com>2010-11-24 00:34:50 -0600
committerRyan Dahl <ry@tinyclouds.org>2010-12-02 10:35:39 -0800
commitb46f10a11fbb5a8426c28e9113fff57cb7405958 (patch)
tree6e68912aefc9774d3e3df42b7caf14f5ea749661 /README.cmake
parenta1138c6f2ae1c8840caeea37526626b1c3f6f1a5 (diff)
downloadandroid-node-v8-b46f10a11fbb5a8426c28e9113fff57cb7405958.tar.gz
android-node-v8-b46f10a11fbb5a8426c28e9113fff57cb7405958.tar.bz2
android-node-v8-b46f10a11fbb5a8426c28e9113fff57cb7405958.zip
cmake: Add coverage support.
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake
index 5267baab9c..4c3d732a8a 100644
--- a/README.cmake
+++ b/README.cmake
@@ -30,6 +30,10 @@ To submit test results (see http://my.cdash.org/index.php?project=node):
make -f Makefile.cmake cdash
+To submit coverage test results:
+
+ make -f Makefile.cmake cdash-cov
+
Using cmake directly:
cd ~/your-node-source-dir
mkdir name-of-build-dir (can be anything)