summaryrefslogtreecommitdiff
path: root/tools/RunIvyTestReady.bat
diff options
context:
space:
mode:
authorVincent Peyruqueou2023-03-27 11:43:54 +0200
committerVincent Peyruqueou2023-03-27 11:43:54 +0200
commit5443d6828eaf5cbc7dc4613d9d75b4c192d17730 (patch)
tree7b6675df201d3afe1b2e26aaa4e67205ef888456 /tools/RunIvyTestReady.bat
parent7c608bc1d5c126df839c699c5ae531828a00caa3 (diff)
downloadivy-c-5443d6828eaf5cbc7dc4613d9d75b4c192d17730.zip
ivy-c-5443d6828eaf5cbc7dc4613d9d75b4c192d17730.tar.gz
ivy-c-5443d6828eaf5cbc7dc4613d9d75b4c192d17730.tar.bz2
ivy-c-5443d6828eaf5cbc7dc4613d9d75b4c192d17730.tar.xz
Microsoft Visual Studio (2022) solution to test IVY (perf and test ready)
Diffstat (limited to 'tools/RunIvyTestReady.bat')
-rw-r--r--tools/RunIvyTestReady.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/RunIvyTestReady.bat b/tools/RunIvyTestReady.bat
new file mode 100644
index 0000000..b908633
--- /dev/null
+++ b/tools/RunIvyTestReady.bat
@@ -0,0 +1,6 @@
+@echo off
+echo Starting Application A
+start Win32\Release\IvyTestReady.exe
+echo Starting Application B
+start Win32\Release\IvyTestReady.exe 0
+pause