summaryrefslogtreecommitdiff
path: root/tests/auto/qdoc/qdoccommandlineparser
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2019-12-09 16:25:08 +0100
committerLeander Beernaert <leander.beernaert@qt.io>2019-12-13 15:25:35 +0000
commita4e5714db18713ffd40f00c3095dd5f2e33332eb (patch)
tree4bf8d2a06de6bee0bc3ce9fbdc28fec73449fe17 /tests/auto/qdoc/qdoccommandlineparser
parentde7af88098c7d9da54147c5109cdb19fa9f68e84 (diff)
downloadqttools-a4e5714db18713ffd40f00c3095dd5f2e33332eb.tar.gz
Convert QtTools tests
Change-Id: I1666999af341f9dbc6dbb63d75a81c3b07adc316 Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/qdoc/qdoccommandlineparser')
-rw-r--r--tests/auto/qdoc/qdoccommandlineparser/CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/qdoc/qdoccommandlineparser/CMakeLists.txt b/tests/auto/qdoc/qdoccommandlineparser/CMakeLists.txt
new file mode 100644
index 000000000..a1b102cb0
--- /dev/null
+++ b/tests/auto/qdoc/qdoccommandlineparser/CMakeLists.txt
@@ -0,0 +1,14 @@
+# Generated from qdoccommandlineparser.pro.
+
+#####################################################################
+## tst_qdoccommandlineparser Test:
+#####################################################################
+
+qt_add_test(tst_qdoccommandlineparser
+ WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" # special case
+ SOURCES
+ ../../../../src/qdoc/qdoccommandlineparser.cpp ../../../../src/qdoc/qdoccommandlineparser.h
+ tst_qdoccommandlineparser.cpp
+ INCLUDE_DIRECTORIES
+ ../../../../src/qdoc
+)