Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hughes <tom.hughes@palm.com>2010-11-24 09:34:50 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-12-02 21:35:39 +0300
commitb46f10a11fbb5a8426c28e9113fff57cb7405958 (patch)
tree6e68912aefc9774d3e3df42b7caf14f5ea749661 /README.cmake
parenta1138c6f2ae1c8840caeea37526626b1c3f6f1a5 (diff)
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 5267baab9c7..4c3d732a8aa 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)