aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-06-09 18:20:52 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-06-27 08:41:16 +0000
commitbe1f6327428ff746d2a4e903c1223d2664f16759 (patch)
treec876c836e0eb6f8d982d0490071cb1ee1db43957 /tests/auto/auto.pro
parent6ee9612bdcbe6c59cf9b3a0381f03943f5350b67 (diff)
Add tst_snippets
This is going to include all snippets used in the documentation, which will be then automatically tested for vality, and at the same time the respective screenshots are automatically generated. Notice that copying the screenshots over to src/doc/images is still a manual step. This is fully intentional because the screenshot results may vary quite a bit across different platforms due to different fonts and so on. FWIW, my personal favorite for generating the screenshots is OS X. Change-Id: I72b299f15b498abc1afd0a686c56d43159bee775 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index a5cbd53c..abb205be 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -2,4 +2,5 @@ TEMPLATE = subdirs
SUBDIRS += \
controls \
extras \
- sanity
+ sanity \
+ snippets