From bc3a09997453a4aab39eeb5fe01aadf9fca0b485 Mon Sep 17 00:00:00 2001 From: Noel Power Date: Wed, 20 Mar 2013 18:43:58 +0000 Subject: tweak basic_coverage test to support locale specific testing in basic some function results are influenced by locale, now in the basic_coverage directory you can have sub dirs ( named by the proper locale e.g. de-DE etc. ) and any macros found there will be run in the desired locale Change-Id: I625ee58d37493f83a15a62214bde6708e8fa75f7 --- basic/CppunitTest_basic_coverage.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'basic/CppunitTest_basic_coverage.mk') diff --git a/basic/CppunitTest_basic_coverage.mk b/basic/CppunitTest_basic_coverage.mk index 99aec22b98d2..55906f56d4a6 100644 --- a/basic/CppunitTest_basic_coverage.mk +++ b/basic/CppunitTest_basic_coverage.mk @@ -33,6 +33,7 @@ $(eval $(call gb_CppunitTest_use_libraries,basic_coverage, \ utl \ vcl \ xmlscript \ + i18nisolang1 \ $(gb_UWINAPI) \ )) -- cgit