Windows WML tests: Enable automatic tests in VC

This commit is contained in:
aquileia 2014-05-29 02:43:27 +02:00
parent 412aca56d7
commit 64d72a63a9

View file

@ -94,6 +94,8 @@
/>
<Tool
Name="VCPostBuildEventTool"
Description="WML unit tests for Wesnoth"
CommandLine="WML_tests.cmd $(OutDir)"
/>
</Configuration>
<Configuration
@ -182,6 +184,8 @@
/>
<Tool
Name="VCPostBuildEventTool"
Description="WML unit tests for Wesnoth"
CommandLine="WML_tests.cmd"
/>
</Configuration>
<Configuration
@ -261,6 +265,8 @@
/>
<Tool
Name="VCPostBuildEventTool"
Description="WML unit tests for Wesnoth"
CommandLine="WML_tests.cmd $(OutDir)"
/>
</Configuration>
<Configuration
@ -341,7 +347,8 @@
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine=""
Description="WML unit tests for Wesnoth"
CommandLine="WML_tests.cmd $(OutDir)"
/>
</Configuration>
<Configuration
@ -431,7 +438,8 @@
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine=""
Description="WML unit tests for Wesnoth"
CommandLine="WML_tests.cmd $(OutDir)"
/>
</Configuration>
<Configuration
@ -520,6 +528,8 @@
/>
<Tool
Name="VCPostBuildEventTool"
Description="WML unit tests for Wesnoth"
CommandLine="WML_tests.cmd"
/>
</Configuration>
</Configurations>