diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-31 13:41:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-31 13:42:26 +0100 |
commit | f7347f2eddb9e0b1dc1e3478e9f1efe07355067e (patch) | |
tree | 25d8499989c9b3d18bc236c78375b808a45e3113 /solenv/gbuild | |
parent | fab0a2c6068577081abdad90a3b1191b6fc5df29 (diff) |
stuff in a mechanism to find the liblangtag share dir during unit tests
Change-Id: Idf67c3dfbff7ee5c13831159a913ce8a517732ca
Diffstat (limited to 'solenv/gbuild')
-rw-r--r-- | solenv/gbuild/CppunitTest.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/CppunitTest.mk b/solenv/gbuild/CppunitTest.mk index feaec22f1647..ef8f320c561b 100644 --- a/solenv/gbuild/CppunitTest.mk +++ b/solenv/gbuild/CppunitTest.mk @@ -59,6 +59,7 @@ gb_CppunitTest__get_linktargetname = CppunitTest/$(call gb_CppunitTest_get_filen define gb_CppunitTest__make_args --headless \ +"-env:LIBLANGTAG_SHARE=$(call gb_Helper_make_url,$(OUTDIR))" \ $(if $(URE),\ $(if $(strip $(CONFIGURATION_LAYERS)),\ "-env:CONFIGURATION_LAYERS=$(strip $(CONFIGURATION_LAYERS))") \ |