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 /CMakeLists.txt
parent342b8b2ed21fe429187f91eb4314af54b801a5f5 (diff)
cmake: Add cdash support.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d1621000cb5..da4d629e0f8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,6 +32,7 @@ include("cmake/docs.cmake")
# tests
enable_testing()
+include(CTest)
add_subdirectory("test/")
# package