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-23 21:27:03 +0300
committerTom Hughes <tom.hughes@palm.com>2010-11-24 08:33:20 +0300
commit14e6b07f6354f0dbeabd3c723a4586bafa662cc0 (patch)
tree5269af04ffc55de15949c40dfa62c28a4e61c568 /Makefile.cmake
parent342b8b2ed21fe429187f91eb4314af54b801a5f5 (diff)
cmake: Add cdash support.
Diffstat (limited to 'Makefile.cmake')
-rw-r--r--Makefile.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.cmake b/Makefile.cmake
index 686877c607c..d2a357756cc 100644
--- a/Makefile.cmake
+++ b/Makefile.cmake
@@ -27,4 +27,7 @@ package: $(BUILD)/Makefile
test: $(BUILD)/Makefile
cd $(BUILD) && make test
-.PHONY: build install clean doc package test
+cdash: $(BUILD)/Makefile
+ cd $(BUILD) && make Experimental
+
+.PHONY: build install clean doc package test cdash