Browse Source

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).
Stephen Kelly 12 years ago
parent
commit
03d842a982
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Tests/CMakeLists.txt

+ 1 - 0
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)