[PATCH 2/3] msvcp90/tests: Added allocator<char> tests

Piotr Caban piotr at codeweavers.com
Thu Jul 22 10:25:53 CDT 2010


On 07/22/10 17:04, Alexandre Julliard wrote:
> Piotr Caban<piotr at codeweavers.com>  writes:
>
>> diff --git a/dlls/msvcp90/tests/Makefile.in b/dlls/msvcp90/tests/Makefile.in
>> index b7fb8e5..9ac5ef5 100644
>> --- a/dlls/msvcp90/tests/Makefile.in
>> +++ b/dlls/msvcp90/tests/Makefile.in
>> @@ -5,7 +5,7 @@ VPATH     = @srcdir@
>>   TESTDLL   = msvcp90.dll
>>   APPMODE   = -mno-cygwin
>>   MODCFLAGS = @BUILTINFLAG@
>> -EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt
>> +EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt -I$(SRCDIR)/..
>
> Don't do that. Define the macros you need directly in the test file.
>
>
Almost all tests will need macros for calling functions. Should I define 
them in every test file?



More information about the wine-devel mailing list