summaryrefslogtreecommitdiff
path: root/Test/textbook/BQueue.bpl
diff options
context:
space:
mode:
authorGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-04-08 22:43:49 +0100
committerGravatar Dan Liew <daniel.liew@imperial.ac.uk>2014-04-08 22:43:49 +0100
commitccf94ed737752c21edff3cab8a71de0766a48d1c (patch)
tree6c729bdfc2a47d5e585e0447854d2c438ea3f592 /Test/textbook/BQueue.bpl
parentfb8a685bb6deebe08fa18cfb4d4e6529f1c6c0ac (diff)
Converted textbook tests to lit tests.
Diffstat (limited to 'Test/textbook/BQueue.bpl')
-rw-r--r--Test/textbook/BQueue.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/textbook/BQueue.bpl b/Test/textbook/BQueue.bpl
index 77f1efb3..1c52a0e8 100644
--- a/Test/textbook/BQueue.bpl
+++ b/Test/textbook/BQueue.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie %s > %t
+// RUN: %diff %s.expect %t
// BQueue.bpl
// A queue program specified in the style of dynamic frames.
// Rustan Leino, Michal Moskal, and Wolfram Schulte, 2007.