summaryrefslogtreecommitdiffstats
path: root/chart2/Module_chart2.mk
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@cib.de>2016-07-22 15:08:31 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-18 02:39:12 +0200
commit56336f97625acbd9cc9de9e36e34cc5d02343464 (patch)
treef2f1979a7cdc7039f386d68bc19e3e7d1e1f5214 /chart2/Module_chart2.mk
parentscreenshots: add dialog test cases for cui (diff)
downloadcore-56336f97625acbd9cc9de9e36e34cc5d02343464.tar.gz
core-56336f97625acbd9cc9de9e36e34cc5d02343464.zip
screenshots: add dialog test cases for chart2
All *.ui files create a screenshot, but not all look useful Change-Id: I90d977ae84a65e9576ba9cc9b178407997e4ba79
Diffstat (limited to 'chart2/Module_chart2.mk')
-rw-r--r--chart2/Module_chart2.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/chart2/Module_chart2.mk b/chart2/Module_chart2.mk
index 5a88f1827207..0d9c3f3445ba 100644
--- a/chart2/Module_chart2.mk
+++ b/chart2/Module_chart2.mk
@@ -46,4 +46,8 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,chart2,\
JunitTest_chart2_unoapi \
))
+$(eval $(call gb_Module_add_slowcheck_targets,chart2,\
+ CppunitTest_chart2_dialogs_test \
+))
+
# vim: set noet sw=4 ts=4: