mirror of
https://github.com/simh/simh.git
synced 2026-04-29 21:16:46 +00:00
Visual Studio Projects: Add post build execution of available tests
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy result to Model based binary name (MicroVAX3900.exe)"
|
||||
CommandLine="if exist "$(TargetPath)" copy "$(TargetPath)" "$(TargetDir)MicroVAX3900$(TargetExt)" "
|
||||
CommandLine="if exist "$(TargetPath)" copy "$(TargetPath)" "$(TargetDir)MicroVAX3900$(TargetExt)" 
Post-Build-Event.cmd VAX "$(TargetDir)$(TargetName).exe" vax-diag_test"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
@@ -186,7 +186,7 @@
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy result to Model based binary name (MicroVAX3900.exe)"
|
||||
CommandLine="if exist "$(TargetPath)" copy "$(TargetPath)" "$(TargetDir)MicroVAX3900$(TargetExt)" "
|
||||
CommandLine="if exist "$(TargetPath)" copy "$(TargetPath)" "$(TargetDir)MicroVAX3900$(TargetExt)" 
Post-Build-Event.cmd VAX "$(TargetDir)$(TargetName).exe" vax-diag_test"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
||||
Reference in New Issue
Block a user