summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorArmin Le Grand <Armin.Le.Grand@cib.de>2016-08-17 09:43:33 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-08-18 02:39:15 +0200
commitce6cbf86a5e4e23404a6102d18bb7433a64531d1 (patch)
treea15278967196dd61d4b4b9278f2dfdd1396c5ed7 /sw
parent2bc4917a9b9f961e74f2953a82b1f3a01212f457 (diff)
screenshots: add new global make target
Up to now the screenshot creation was added/dependent of target slowcheck. Since quite some modules have added screenshot creations now, I added an own target 'screenshot' to allow to keep current slowcheck and screenshot creation separated Change-Id: I80a49a0db607edf8e0405672d570f624d29912e7
Diffstat (limited to 'sw')
-rw-r--r--sw/Module_sw.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
index d635f4c569f0..3341552ea8b1 100644
--- a/sw/Module_sw.mk
+++ b/sw/Module_sw.mk
@@ -85,10 +85,6 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
))
endif
-$(eval $(call gb_Module_add_slowcheck_targets,sw,\
- CppunitTest_sw_dialogs_test \
-))
-
ifneq ($(OOO_JUNIT_JAR),)
$(eval $(call gb_Module_add_subsequentcheck_targets,sw,\
JunitTest_sw_complex \
@@ -105,4 +101,9 @@ $(eval $(call gb_Module_add_subsequentcheck_targets,sw,\
))
endif
+# screenshots
+$(eval $(call gb_Module_add_screenshot_targets,sw,\
+ CppunitTest_sw_dialogs_test \
+))
+
# vim: set noet sw=4 ts=4: