summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorTom Hughes <tom.hughes@palm.com>2010-11-24 01:25:41 -0600
committerRyan Dahl <ry@tinyclouds.org>2010-12-02 10:36:02 -0800
commitcf1811a6d3f19e8922fa205c77e216ce7981c5e3 (patch)
treec137b6d6e4c776240a8a3c2f201e70d6e34aea94 /README.cmake
parentb46f10a11fbb5a8426c28e9113fff57cb7405958 (diff)
downloadandroid-node-v8-cf1811a6d3f19e8922fa205c77e216ce7981c5e3.tar.gz
android-node-v8-cf1811a6d3f19e8922fa205c77e216ce7981c5e3.tar.bz2
android-node-v8-cf1811a6d3f19e8922fa205c77e216ce7981c5e3.zip
cmake: Add valgrind support.
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake
index 4c3d732a8a..88cd99c869 100644
--- a/README.cmake
+++ b/README.cmake
@@ -34,6 +34,10 @@ To submit coverage test results:
make -f Makefile.cmake cdash-cov
+To submit valgrind test results:
+
+ make -f Makefile.cmake cdash-mem
+
Using cmake directly:
cd ~/your-node-source-dir
mkdir name-of-build-dir (can be anything)
@@ -47,6 +51,7 @@ Using cmake directly:
Other build targets:
make Experimental
make Nightly
+ make NightlyMemoryCheck
make Continuous
Additional options: