summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/CommonTests.cmake
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-12-08 17:24:52 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-12-13 12:48:28 (GMT)
commit0af9da29e487f0a6c60c379f0773a68b40ce2625 (patch)
tree1183f13f668dca872829610a02fdde54c6f65803 /Tests/QtAutogen/CommonTests.cmake
parentf658bdaa7c7899a46caf402d4114999019897d46 (diff)
downloadCMake-0af9da29e487f0a6c60c379f0773a68b40ce2625.zip
CMake-0af9da29e487f0a6c60c379f0773a68b40ce2625.tar.gz
CMake-0af9da29e487f0a6c60c379f0773a68b40ce2625.tar.bz2
Autogen: Tests: Separate MocSkipSource test
Diffstat (limited to 'Tests/QtAutogen/CommonTests.cmake')
-rw-r--r--Tests/QtAutogen/CommonTests.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/QtAutogen/CommonTests.cmake b/Tests/QtAutogen/CommonTests.cmake
index f998b74..072a853 100644
--- a/Tests/QtAutogen/CommonTests.cmake
+++ b/Tests/QtAutogen/CommonTests.cmake
@@ -7,3 +7,6 @@ endif()
ADD_AUTOGEN_TEST(RccOnly rccOnly)
ADD_AUTOGEN_TEST(RccEmpty rccEmpty)
ADD_AUTOGEN_TEST(RccOffMocLibrary)
+if(QT_TEST_ALLOW_QT_MACROS)
+ ADD_AUTOGEN_TEST(MocSkipSource)
+endif()