summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-12-03 18:35:41 (GMT)
committerKen Martin <ken.martin@kitware.com>2007-12-03 18:35:41 (GMT)
commitf4b1c3880be819ea1c996e2754cc231285c4a40e (patch)
treec5c880392b4c16e669a9df6814a0919226a5ab06 /Tests
parent257b775f70b98e2242f01a252e08a55cdac91993 (diff)
downloadCMake-f4b1c3880be819ea1c996e2754cc231285c4a40e.zip
CMake-f4b1c3880be819ea1c996e2754cc231285c4a40e.tar.gz
CMake-f4b1c3880be819ea1c996e2754cc231285c4a40e.tar.bz2
ENH: add functions and raise scope
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index efe32b7..1d2610e 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -45,6 +45,7 @@ IF(BUILD_TESTING)
ADD_TEST_MACRO(LoadCommand LoadedCommand)
ADD_TEST_MACRO(LinkLine LinkLine)
ADD_TEST_MACRO(MacroTest miniMacroTest)
+ ADD_TEST_MACRO(FunctionTest miniFunctionTest)
ADD_TEST_MACRO(Properties Properties)
ADD_TEST_MACRO(Assembler HelloAsm)
ADD_TEST_MACRO(SourceGroups SourceGroups)