singrdk/base/Distro/ExcludeTests.targets

9 lines
491 B
Plaintext
Raw Normal View History

2008-11-17 18:29:00 -05:00
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ExcludePhoenixTestApp Condition="'$(Machine)'=='arm'">$(SINGULARITY_ROOT)\Applications\tests\bartok\tree\tree.csproj</ExcludePhoenixTestApp>
<ExcludePhoenixTestApp Condition="'$(COLLECTOR_APP)'!='MarkSweep' and '$(COLLECTOR_APP)'!='Semispace'">$(SINGULARITY_ROOT)\Applications\tests\bartok\tree\tree.csproj</ExcludePhoenixTestApp>
</PropertyGroup>
</Project>