summaryrefslogtreecommitdiff
path: root/Test/aitest1
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-27 20:53:49 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-05-27 20:53:49 +0100
commit02aca9ffab2d5a63e89f83d5eadb7133132c3b0a (patch)
tree673526b54101f72b42813d6f05edaba15f82b727 /Test/aitest1
parent75416c24e78d9992c10fbb86ba458e813acf943d (diff)
Fix lit test suite when running Boogie under a path that contains
spaces.
Diffstat (limited to 'Test/aitest1')
-rw-r--r--Test/aitest1/Bound.bpl4
-rw-r--r--Test/aitest1/Linear0.bpl4
-rw-r--r--Test/aitest1/Linear1.bpl4
-rw-r--r--Test/aitest1/Linear2.bpl4
-rw-r--r--Test/aitest1/Linear3.bpl4
-rw-r--r--Test/aitest1/Linear4.bpl4
-rw-r--r--Test/aitest1/Linear5.bpl4
-rw-r--r--Test/aitest1/Linear6.bpl4
-rw-r--r--Test/aitest1/Linear7.bpl4
-rw-r--r--Test/aitest1/Linear8.bpl4
-rw-r--r--Test/aitest1/Linear9.bpl4
-rw-r--r--Test/aitest1/ineq.bpl4
12 files changed, 24 insertions, 24 deletions
diff --git a/Test/aitest1/Bound.bpl b/Test/aitest1/Bound.bpl
index 7df27414..81b3635f 100644
--- a/Test/aitest1/Bound.bpl
+++ b/Test/aitest1/Bound.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -infer:j %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -infer:j "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
const TEST: name;
procedure P()
diff --git a/Test/aitest1/Linear0.bpl b/Test/aitest1/Linear0.bpl
index 3a74b1e9..7e55fb12 100644
--- a/Test/aitest1/Linear0.bpl
+++ b/Test/aitest1/Linear0.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
// Simple test file for checking the inference of linear constraints.
var x: int;
diff --git a/Test/aitest1/Linear1.bpl b/Test/aitest1/Linear1.bpl
index 505d1a11..855dacae 100644
--- a/Test/aitest1/Linear1.bpl
+++ b/Test/aitest1/Linear1.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
// Simple test file for checking the inference of linear constraints.
var x: int;
diff --git a/Test/aitest1/Linear2.bpl b/Test/aitest1/Linear2.bpl
index de1da8a1..fa743278 100644
--- a/Test/aitest1/Linear2.bpl
+++ b/Test/aitest1/Linear2.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
// Simple test file for checking the inference of linear constraints.
var x: int;
diff --git a/Test/aitest1/Linear3.bpl b/Test/aitest1/Linear3.bpl
index 4b91bd0f..a71214fc 100644
--- a/Test/aitest1/Linear3.bpl
+++ b/Test/aitest1/Linear3.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
// Simple test file for checking the inference of linear constraints.
var x: int;
diff --git a/Test/aitest1/Linear4.bpl b/Test/aitest1/Linear4.bpl
index c3e908f2..6cd4a947 100644
--- a/Test/aitest1/Linear4.bpl
+++ b/Test/aitest1/Linear4.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
// Simple test file for checking the inference of linear constraints.
var x: int;
diff --git a/Test/aitest1/Linear5.bpl b/Test/aitest1/Linear5.bpl
index 69cbb7a7..fdd961c3 100644
--- a/Test/aitest1/Linear5.bpl
+++ b/Test/aitest1/Linear5.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
// Simple test file for checking the inference of linear constraints.
var x: int;
diff --git a/Test/aitest1/Linear6.bpl b/Test/aitest1/Linear6.bpl
index 7d066435..a6747114 100644
--- a/Test/aitest1/Linear6.bpl
+++ b/Test/aitest1/Linear6.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
// Simple test file for checking the inference of linear constraints.
var x: int;
diff --git a/Test/aitest1/Linear7.bpl b/Test/aitest1/Linear7.bpl
index 45514a67..45ef3e79 100644
--- a/Test/aitest1/Linear7.bpl
+++ b/Test/aitest1/Linear7.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
// Simple test file for checking the inference of linear constraints.
var x: int;
diff --git a/Test/aitest1/Linear8.bpl b/Test/aitest1/Linear8.bpl
index 14f396ad..cb86b72f 100644
--- a/Test/aitest1/Linear8.bpl
+++ b/Test/aitest1/Linear8.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
procedure foo () returns ()
{
diff --git a/Test/aitest1/Linear9.bpl b/Test/aitest1/Linear9.bpl
index 1352bfb0..86687f05 100644
--- a/Test/aitest1/Linear9.bpl
+++ b/Test/aitest1/Linear9.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
procedure foo () returns ()
{
var i: int;
diff --git a/Test/aitest1/ineq.bpl b/Test/aitest1/ineq.bpl
index 030c435c..47f1e4f1 100644
--- a/Test/aitest1/ineq.bpl
+++ b/Test/aitest1/ineq.bpl
@@ -1,5 +1,5 @@
-// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify %s > %t
-// RUN: %diff %s.expect %t
+// RUN: %boogie -infer:j -instrumentInfer:e -printInstrumented -noVerify "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
// Test the polyhedra domain for linear inequalities