[6/6] oleaut32/tests: Add a bunch of new tests for typelib generation.

Alexandre Julliard julliard at winehq.org
Thu Nov 5 05:01:43 CST 2015


Dmitry Timoshkov <dmitry at baikal.ru> writes:

> Signed-off-by: Dmitry Timoshkov <dmitry at baikal.ru>
> ---
>  dlls/oleaut32/tests/test_tlb.idl |  59 +++++++++
>  dlls/oleaut32/tests/typelib.c    | 259 ++++++++++++++++++++++++++++++++++++---
>  2 files changed, 298 insertions(+), 20 deletions(-)

This is causing build warnings. I understand it may be deliberate in
order to test that path, but a standard build should be warning-free so
this needs to be done differently.

../../../tools/widl/widl -o test_tlb.tlb -m32 -I. -I../../../include -D__WINESRC__ test_tlb.idl
warning: duplicate uuid {016fe2ec-b2c8-45f8-b23b-39e53a753903}
warning: duplicate uuid {016fe2ec-b2c8-45f8-b23b-39e53a753906}
warning: duplicate uuid {016fe2ec-b2c8-45f8-b23b-39e53a75396b}
warning: duplicate uuid {016fe2ec-b2c8-45f8-b23b-39e53a75396d}
warning: duplicate uuid {016fe2ec-b2c8-45f8-b23b-39e53a753970}
warning: duplicate uuid {016fe2ec-b2c8-45f8-b23b-39e53a753972}

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list