diff options
author | Brad King <brad.king@kitware.com> | 2009-10-01 18:12:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-10-01 18:12:19 (GMT) |
commit | 26efeadd227977a393d2af6d36e6e1a3515aee05 (patch) | |
tree | ae31a08dde81fea72501699825e7af7231f6f5b5 /Tests/CMakeTests/CMakeLists.txt | |
parent | cc11846dbf8ccd6a3dc06860afa5376937e79a4b (diff) | |
download | CMake-26efeadd227977a393d2af6d36e6e1a3515aee05.zip CMake-26efeadd227977a393d2af6d36e6e1a3515aee05.tar.gz CMake-26efeadd227977a393d2af6d36e6e1a3515aee05.tar.bz2 |
New CMake.ModulesNotice test for copyright notices
This new test checks Modules/*.cmake for the required copyright notice.
Diffstat (limited to 'Tests/CMakeTests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeTests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeTests/CMakeLists.txt b/Tests/CMakeTests/CMakeLists.txt index e693996..34ac12c 100644 --- a/Tests/CMakeTests/CMakeLists.txt +++ b/Tests/CMakeTests/CMakeLists.txt @@ -21,6 +21,7 @@ AddCMakeTest(File "") AddCMakeTest(ConfigureFile "") AddCMakeTest(SeparateArguments "") AddCMakeTest(ImplicitLinkInfo "") +AddCMakeTest(ModuleNotices "") SET(GetPrerequisites_PreArgs "-DCTEST_CONFIGURATION_TYPE:STRING=\\\${CTEST_CONFIGURATION_TYPE}" |