summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-24 15:59:51 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-24 15:59:51 -0400
commitd395b563ede173721c240df2daad23284f453c4a (patch)
tree84178ad0d725b16b92f84549bd106e05038c90d5 /bootstrap
parent3a8e7599b10806b43179e18c23218fe68a4d2eb5 (diff)
downloadcmake-d395b563ede173721c240df2daad23284f453c4a.tar.gz
ENH: Improve internal test handling by creating a test class. Command cmEnableTesting now only sets CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list. The actual test files are written by local generator. This way we can at some point in the future replace DartTestfile with some XML file
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index cb32a266e2..6ac4fdcbfc 100755
--- a/bootstrap
+++ b/bootstrap
@@ -53,6 +53,7 @@ CMAKE_CXX_SOURCES="\
cmBootstrapCommands \
cmCommands \
cmTarget \
+ cmTest \
cmCustomCommand \
cmCacheManager \
cmListFileCache \