diff options
author | Armin Le Grand <Armin.Le.Grand@cib.de> | 2016-07-22 15:08:31 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-08-18 02:39:12 +0200 |
commit | 56336f97625acbd9cc9de9e36e34cc5d02343464 (patch) | |
tree | f2f1979a7cdc7039f386d68bc19e3e7d1e1f5214 /chart2/Module_chart2.mk | |
parent | fd73a4b6ea4ba4ff9f6e513b0f812f38c8414c34 (diff) |
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.mk | 4 |
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: |