cmake was installed on CI macs _after_ this test was added, causing the
test to block unrelated changes. Temporarily disable it as previously
agreed with Stephen Kelly.
Change-Id: I079c0016a5e4a9a03ee1a0bae9a2e836c6b985d6
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
# Cause make to do nothing.
TEMPLATE = subdirs
+mac:CONFIG+=insignificant_test
+
check.commands =
isEmpty(CMAKE_VERSION) {
message("cmake executable not found. Not running CMake unit tests")
}
}
+insignificant_test:!isEmpty(check.commands) {
+ check.commands = -$${check.commands}
+}
+
QMAKE_EXTRA_TARGETS *= check