summaryrefslogtreecommitdiff
path: root/vcl/CppunitTest_vcl_dialogs_test.mk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2016-11-18 16:33:11 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2016-11-20 13:34:40 +0000
commitd8a8ed04b14390d4469ea19b079778fa6f074bb2 (patch)
tree6b36a464307c8467424fef374fbd6fd326b0b9b0 /vcl/CppunitTest_vcl_dialogs_test.mk
parent5507b741ccf018c06fb29694d13837abcac4486a (diff)
gbuild allow unitest to run once per lang in WITH_LANG_LIST
this is motivated by the new screenshot feature the initial proposed solution involved running make screenshot once per lang which took ~6 hours for --with-lang=ALL on tb68 a reasonnably big windows slavebot. with this patch, one can run make screenshot just once and get all the screenshot the elapsed time is 36 inutes on the same box/same config a 10x improvement. Change-Id: I4339caebf915c118aa455de2a7e56e1a4e413939 Reviewed-on: https://gerrit.libreoffice.org/30970 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'vcl/CppunitTest_vcl_dialogs_test.mk')
-rw-r--r--vcl/CppunitTest_vcl_dialogs_test.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/CppunitTest_vcl_dialogs_test.mk b/vcl/CppunitTest_vcl_dialogs_test.mk
index b5940155ab73..2bebfe41d852 100644
--- a/vcl/CppunitTest_vcl_dialogs_test.mk
+++ b/vcl/CppunitTest_vcl_dialogs_test.mk
@@ -9,7 +9,7 @@
#
#*************************************************************************
-$(eval $(call gb_CppunitTest_CppunitTest,vcl_dialogs_test))
+$(eval $(call gb_CppunitTest_CppunitScreenShot,vcl_dialogs_test))
$(eval $(call gb_CppunitTest_add_exception_objects,vcl_dialogs_test, \
vcl/qa/unit/vcl-dialogs-test \