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).
This commit is contained in:
Stephen Kelly 2013-12-26 14:24:24 +01:00
parent cd3d0b613e
commit 03d842a982
1 changed files with 1 additions and 0 deletions

View File

@ -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)