summaryrefslogtreecommitdiff
path: root/Test/smoke/runtest.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Test/smoke/runtest.bat')
-rw-r--r--Test/smoke/runtest.bat11
1 files changed, 0 insertions, 11 deletions
diff --git a/Test/smoke/runtest.bat b/Test/smoke/runtest.bat
deleted file mode 100644
index 7728d5ef..00000000
--- a/Test/smoke/runtest.bat
+++ /dev/null
@@ -1,11 +0,0 @@
-@echo off
-setlocal
-
-set BOOGIEDIR=..\..\Binaries
-set BGEXE=%BOOGIEDIR%\Boogie.exe
-
-for %%f in (smoke0.bpl) do (
- echo -------------------- %%f --------------------
- %BGEXE% /smoke %* %%f
-)
-