From d8a8ed04b14390d4469ea19b079778fa6f074bb2 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Fri, 18 Nov 2016 16:33:11 -0600 Subject: 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 Reviewed-by: Norbert Thiebaud --- sd/CppunitTest_sd_dialogs_test.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/CppunitTest_sd_dialogs_test.mk') diff --git a/sd/CppunitTest_sd_dialogs_test.mk b/sd/CppunitTest_sd_dialogs_test.mk index 04571a2729e0..6bbce335341a 100644 --- a/sd/CppunitTest_sd_dialogs_test.mk +++ b/sd/CppunitTest_sd_dialogs_test.mk @@ -9,7 +9,7 @@ # #************************************************************************* -$(eval $(call gb_CppunitTest_CppunitTest,sd_dialogs_test)) +$(eval $(call gb_CppunitTest_CppunitScreenShot,sd_dialogs_test)) $(eval $(call gb_CppunitTest_add_exception_objects,sd_dialogs_test, \ sd/qa/unit/dialogs-test \ -- cgit