summaryrefslogtreecommitdiff
path: root/Test/generalizedarray
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-28 16:32:14 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-28 16:32:14 +0100
commit08e1dc93d185e221b65bd59ccc167526937ee4d4 (patch)
tree5af0f9ea8cc49a34adc45e63f5b1ba4326fc2a13 /Test/generalizedarray
parent68bb2d0882069c9468e7e36c78a0eef710b7c677 (diff)
Removed old test infrastructure files except for
./AbsHoudini/ ./doomed/ ./z3api/ ./test17/ because their conversion to lit incomplete.
Diffstat (limited to 'Test/generalizedarray')
-rw-r--r--Test/generalizedarray/Answer4
-rw-r--r--Test/generalizedarray/runtest.bat12
2 files changed, 0 insertions, 16 deletions
diff --git a/Test/generalizedarray/Answer b/Test/generalizedarray/Answer
deleted file mode 100644
index 285316aa..00000000
--- a/Test/generalizedarray/Answer
+++ /dev/null
@@ -1,4 +0,0 @@
-
--------------------- Maps.bpl --------------------
-
-Boogie program verifier finished with 1 verified, 0 errors
diff --git a/Test/generalizedarray/runtest.bat b/Test/generalizedarray/runtest.bat
deleted file mode 100644
index 1f4c64f9..00000000
--- a/Test/generalizedarray/runtest.bat
+++ /dev/null
@@ -1,12 +0,0 @@
-@echo off
-setlocal
-
-set BOOGIEDIR=..\..\Binaries
-set BPLEXE=%BOOGIEDIR%\Boogie.exe
-
-for %%f in (Maps.bpl) do (
- echo.
- echo -------------------- %%f --------------------
- %BPLEXE% %* /typeEncoding:m /useArrayTheory %%f
-)
-