diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-05-28 16:32:14 +0100 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2014-05-28 16:32:14 +0100 |
commit | 08e1dc93d185e221b65bd59ccc167526937ee4d4 (patch) | |
tree | 5af0f9ea8cc49a34adc45e63f5b1ba4326fc2a13 /Test/havoc0 | |
parent | 68bb2d0882069c9468e7e36c78a0eef710b7c677 (diff) |
Removed old test infrastructure files except for
./AbsHoudini/
./doomed/
./z3api/
./test17/
because their conversion to lit incomplete.
Diffstat (limited to 'Test/havoc0')
-rw-r--r-- | Test/havoc0/Answer | 12 | ||||
-rw-r--r-- | Test/havoc0/runtest.bat | 13 |
2 files changed, 0 insertions, 25 deletions
diff --git a/Test/havoc0/Answer b/Test/havoc0/Answer deleted file mode 100644 index 80fd4aa3..00000000 --- a/Test/havoc0/Answer +++ /dev/null @@ -1,12 +0,0 @@ -
-Boogie program verifier finished with 1 verified, 0 errors
-
-Boogie program verifier finished with 1 verified, 0 errors
-
-Boogie program verifier finished with 1 verified, 0 errors
-
-Boogie program verifier finished with 1 verified, 0 errors
-
-Boogie program verifier finished with 1 verified, 0 errors
-
-Boogie program verifier finished with 1 verified, 0 errors
diff --git a/Test/havoc0/runtest.bat b/Test/havoc0/runtest.bat deleted file mode 100644 index 1be15364..00000000 --- a/Test/havoc0/runtest.bat +++ /dev/null @@ -1,13 +0,0 @@ -@echo off
-setlocal
-
-set BGEXE=..\..\Binaries\Boogie.exe
-rem set BGEXE=mono ..\..\Binaries\Boogie.exe
-
-%BGEXE% %* /monomorphize KbdCreateClassObject.bpl
-%BGEXE% %* /monomorphize KeyboardClassFindMorePorts.bpl
-%BGEXE% %* /monomorphize KeyboardClassUnload.bpl
-%BGEXE% %* /monomorphize MouCreateClassObject.bpl
-%BGEXE% %* /monomorphize MouseClassFindMorePorts.bpl
-%BGEXE% %* /monomorphize MouseClassUnload.bpl
-
|