summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-03-04 20:40:24 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-03-04 20:40:24 (GMT)
commite162d88fbb7ffa43da3be82a6df4542c8fa3113a (patch)
tree30731b7e778c9f176268f8268b5ada2f17e73103 /Tests
parente6b4641bfa55aff2d65bbe0c90432b17ce3ddea5 (diff)
parent12fb50da9f3c9a8de914deb4d516a79109d8912f (diff)
downloadCMake-e162d88fbb7ffa43da3be82a6df4542c8fa3113a.zip
CMake-e162d88fbb7ffa43da3be82a6df4542c8fa3113a.tar.gz
CMake-e162d88fbb7ffa43da3be82a6df4542c8fa3113a.tar.bz2
Merge topic 'GetPrerequisites-objdump'
12fb50d GetPrerequisites: Add documentation for objdump 8eb2fe9 GetPrerequisites: Enable test for BundleUtilities on MinGW 33c94c8 GetPrerequisites: Add support for objdump 5260a86 GetPrerequisites: Move tool search paths up
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 13c2aad..8c7b87c 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -287,6 +287,7 @@ if(BUILD_TESTING)
# run test for BundleUtilities on supported platforms/compilers
if(MSVC OR
+ MINGW OR
CMAKE_SYSTEM_NAME MATCHES "Linux" OR
CMAKE_SYSTEM_NAME MATCHES "Darwin")
if(NOT "${CMAKE_TEST_GENERATOR}" STREQUAL "Watcom WMake")