summaryrefslogtreecommitdiff
path: root/Test/textbook/TuringFactorial.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/TuringFactorial.bpl
parentfb8a685bb6deebe08fa18cfb4d4e6529f1c6c0ac (diff)
Converted textbook tests to lit tests.
Diffstat (limited to 'Test/textbook/TuringFactorial.bpl')
-rw-r--r--Test/textbook/TuringFactorial.bpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Test/textbook/TuringFactorial.bpl b/Test/textbook/TuringFactorial.bpl
index 37a3cb46..d0c40e84 100644
--- a/Test/textbook/TuringFactorial.bpl
+++ b/Test/textbook/TuringFactorial.bpl
@@ -1,3 +1,5 @@
+// RUN: %boogie %s > %t
+// RUN: %diff %s.expect %t
// A Boogie version of Turing's additive factorial program, from "Checking a large routine"
// published in the "Report of a Conference of High Speed Automatic Calculating Machines",
// pp. 67-69, 1949.