diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-06-29 17:48:42 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-08-18 02:39:11 +0200 |
commit | a95241606c517c578c498ffefa95190ba1ed168d (patch) | |
tree | 4b83e0143c3af8db840778f1262f0a452ce492c9 /sc | |
parent | 061a94ebb244d13e74608de098af49a6d1bf1967 (diff) |
screenshots: gen screenshots during 'make slowcheck'
Change-Id: I666dfcb451367f5ac9f36207703cf090c1846b35
Diffstat (limited to 'sc')
-rw-r--r-- | sc/Module_sc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Module_sc.mk b/sc/Module_sc.mk index 392fbe096844..e9a49ef9cb2b 100644 --- a/sc/Module_sc.mk +++ b/sc/Module_sc.mk @@ -65,6 +65,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sc, \ CppunitTest_sc_opencl_test \ CppunitTest_sc_copypaste \ CppunitTest_sc_functions_test \ + CppunitTest_sc_screenshots \ )) # Disabled to allow the check tinderbox execute the sd tests |