Windows WML tests: Enable automatic tests in VC
This commit is contained in:
parent
412aca56d7
commit
64d72a63a9
1 changed files with 12 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue