diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-12-26 13:24:24 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-01-04 10:28:57 (GMT) |
commit | 03d842a982267f75cf77810de2c693c36e58574c (patch) | |
tree | 0671b1b07f995b26d63010c11bf8ef491e9e801b /Tests | |
parent | cd3d0b613e887eb64a7e5cb043f047ba02bdc58a (diff) | |
download | CMake-03d842a982267f75cf77810de2c693c36e58574c.zip CMake-03d842a982267f75cf77810de2c693c36e58574c.tar.gz CMake-03d842a982267f75cf77810de2c693c36e58574c.tar.bz2 |
Run the add_compile_options command unit test.
This has not been executed since it was added in
commit a984f325 (Introduce add_compile_options command., 2013-06-04).
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 063bd2d..78dddd3 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -2168,6 +2168,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/ --output-log "${CMake_BINARY_DIR}/Tests/CTestConfig/ScriptWithArgs.log" ) + ADD_TEST_MACRO(CMakeCommands.add_compile_options add_compile_options) ADD_TEST_MACRO(CMakeCommands.target_link_libraries target_link_libraries) ADD_TEST_MACRO(CMakeCommands.target_include_directories target_include_directories) ADD_TEST_MACRO(CMakeCommands.target_compile_definitions target_compile_definitions) |