mirror of
https://github.com/open-simh/simh.git
synced 2026-05-03 22:58:53 +00:00
Visual Studio Projects: Add post build execution of available tests
This commit is contained in:
@@ -95,6 +95,8 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Running Available Tests"
|
||||
CommandLine="Post-Build-Event.cmd VAX "$(TargetDir)$(TargetName).exe" vax-diag_test"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
@@ -183,6 +185,8 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Running Available Tests"
|
||||
CommandLine="Post-Build-Event.cmd VAX "$(TargetDir)$(TargetName).exe" vax-diag_test"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
||||
Reference in New Issue
Block a user