summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-31 15:51:42 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-31 15:51:42 (GMT)
commitbebc745824920465c9df5fee9baf9b6f8a35d34f (patch)
tree958f9a784bd1aa1960fcd318d6123b5c928a0dc0 /Source/cmMakefile.cxx
parentec3f3b5a2db2c0d60fe2dbe31b21cf937fc8264e (diff)
downloadCMake-bebc745824920465c9df5fee9baf9b6f8a35d34f.zip
CMake-bebc745824920465c9df5fee9baf9b6f8a35d34f.tar.gz
CMake-bebc745824920465c9df5fee9baf9b6f8a35d34f.tar.bz2
ENH: Add set and get test propety command
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index c1b566f..beb1ef1 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -2621,3 +2621,8 @@ const std::vector<cmTest*> *cmMakefile::GetTests() const
return &m_Tests;
}
+std::vector<cmTest*> *cmMakefile::GetTests()
+{
+ return &m_Tests;
+}
+