mirror of https://github.com/eclipse/paho.mqtt.c
Run all tests in Windows build
This commit is contained in:
parent
a3ec008874
commit
e6ab2837d7
|
|
@ -41,9 +41,11 @@
|
|||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<LinkIncremental>true</LinkIncremental>
|
||||
<OutDir>$(SolutionDir)..\build\output\test\</OutDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<OutDir>$(SolutionDir)..\build\output\test\</OutDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
|
|
|
|||
|
|
@ -41,9 +41,11 @@
|
|||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<LinkIncremental>true</LinkIncremental>
|
||||
<OutDir>$(SolutionDir)..\build\output\test\</OutDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<OutDir>$(SolutionDir)..\build\output\test\</OutDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@
|
|||
<os family="windows"/>
|
||||
<then>
|
||||
<!-- TODO: build test2 for windows -->
|
||||
<foreach target="runAtest" param="aTest" list="test1,test4"/>
|
||||
<foreach target="runAtest" param="aTest" list="test1,test2,test4,test9"/>
|
||||
</then>
|
||||
<else>
|
||||
<foreach target="runAtest" param="aTest" list="test9,test1,test2,test4"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue