summaryrefslogtreecommitdiff
path: root/solenv/bin/cwstestresult.btm
diff options
context:
space:
mode:
Diffstat (limited to 'solenv/bin/cwstestresult.btm')
-rw-r--r--solenv/bin/cwstestresult.btm11
1 files changed, 11 insertions, 0 deletions
diff --git a/solenv/bin/cwstestresult.btm b/solenv/bin/cwstestresult.btm
new file mode 100644
index 000000000000..38a012996500
--- /dev/null
+++ b/solenv/bin/cwstestresult.btm
@@ -0,0 +1,11 @@
+@echo off
+iff "%SOLARENV%" == "" then
+ echo No environment found, please use 'configure' or 'setsolar'
+ goto end
+endiff
+iff "%PERL%" == "" then
+ call perl5 -I%SOLARENV%\bin\modules %SOLARENV%\bin\cwstestresult.pl %1&
+else
+ call %PERL% -I%SOLARENV%\bin\modules %SOLARENV%\bin\cwstestresult.pl %1&
+endiff
+:end