summaryrefslogtreecommitdiff
path: root/Tests/Qt5Autogen
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-12-08 17:09:30 +0100
committerSebastian Holtermann <sebholt@xwmw.org>2017-12-13 13:48:27 +0100
commit227a7974f426e0966d1736c66dd606b068985d1b (patch)
tree1b0048d6c54e4c0d88c1313bc6bc30c3f0c18610 /Tests/Qt5Autogen
parentbd10c3cf82f6e9d58b121498eaa2b9d8cc19dd2f (diff)
downloadcmake-227a7974f426e0966d1736c66dd606b068985d1b.tar.gz
Autogen: Tests: Add basic scripts for separate tests
Diffstat (limited to 'Tests/Qt5Autogen')
-rw-r--r--Tests/Qt5Autogen/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/Qt5Autogen/CMakeLists.txt b/Tests/Qt5Autogen/CMakeLists.txt
new file mode 100644
index 0000000000..527e5ff8e4
--- /dev/null
+++ b/Tests/Qt5Autogen/CMakeLists.txt
@@ -0,0 +1,6 @@
+# Set Qt test version and include the Autogen test macros
+set(QT_TEST_VERSION 5)
+include("../QtAutogen/TestMacros.cmake")
+
+# Common tests
+include("../QtAutogen/CommonTests.cmake")