1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

Visual Studio Projects: Add post build execution of available tests

This commit is contained in:
Mark Pizzolato
2018-10-01 04:32:31 -07:00
parent 31c512c6e7
commit 3736f4c385
61 changed files with 242 additions and 2 deletions

View File

@@ -94,6 +94,8 @@
/>
<Tool
Name="VCPostBuildEventTool"
Description="Running Available Tests"
CommandLine="Post-Build-Event.cmd S3 &quot;$(TargetDir)$(TargetName).exe&quot;"
/>
</Configuration>
<Configuration
@@ -178,6 +180,8 @@
/>
<Tool
Name="VCPostBuildEventTool"
Description="Running Available Tests"
CommandLine="Post-Build-Event.cmd S3 &quot;$(TargetDir)$(TargetName).exe&quot;"
/>
</Configuration>
</Configurations>