[Libreoffice] with gbuild how to set a dependency of a cppunit test on a res file ?

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Fri Jun 10 04:25:27 PDT 2011


Hi Caolán,

On Fri, 10 Jun 2011 12:12:05 +0100
Caolán McNamara <caolanm at redhat.com> wrote:

> i.e. from one of the tinderboxes it looks like I want a dependency
> from the sw (at least, probably the sc as well) cppunit test on
> the .res file of that module.

I assume you need the .res file(s) at runtime, not at compile time.
Then it is:

$(call gb_CppunitTest_get_target,sw_filters_test) : \
	$(call gb_AllLangResTarget_get_target,sw)

Best,

Bjoern

-- 
https://launchpad.net/~bjoern-michaelsen




More information about the LibreOffice mailing list