Skip to content

Commit 949f315

Browse files
committed
Updated Statlight and added unit test execution of Windows Phone Tests to the build process
1 parent e8fd007 commit 949f315

30 files changed

+44
-2
lines changed

Ninject.include

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,11 @@
366366
</if>
367367
</target>
368368

369-
<target name="silverlight-test" depends="compile-silverlight-tests" unless="${skip.tests or skip.silverlightTests or string::contains(build.platform, 'wp7')}" if="${string::contains(build.platform, 'silverlight')}">
369+
<target name="silverlight-test" depends="compile-silverlight-tests" unless="${skip.tests or skip.silverlightTests}" if="${string::contains(build.platform, 'silverlight')}">
370370
<property name="cmdLine" value='-x"${product.assembly.silverlighttest}" --teamcity --debug' if="${teamcity}"/>
371371
<property name="cmdLine" value='-x"${product.assembly.silverlighttest}"' unless="${teamcity}"/>
372-
<exec program="${path.tools.statlight}" workingdir="${current.path.test}" commandline="${cmdLine}" failonerror="true"/>
372+
<exec program="${path.tools.statlight}" workingdir="${current.path.test}" commandline="${cmdLine}" failonerror="true" unless="${string::contains(build.platform, 'wp')}" />
373+
<exec program="${path.tools.statlight}" workingdir="${current.path.test}" commandline="${cmdLine} --UsePhoneEmulator" failonerror="true" if="${string::contains(build.platform, 'wp')}" />
373374
</target>
374375

375376
<target name="UnzipDependencies">
25.5 KB
Binary file not shown.
185 KB
Binary file not shown.
-446 KB
Binary file not shown.
-452 KB
Binary file not shown.
-390 KB
Binary file not shown.
394 KB
Binary file not shown.
394 KB
Binary file not shown.
394 KB
Binary file not shown.
450 KB
Binary file not shown.

0 commit comments

Comments
 (0)