summaryrefslogtreecommitdiff
path: root/Test/cloudmake/CloudMake-ParallelBuilds.dfy
diff options
context:
space:
mode:
Diffstat (limited to 'Test/cloudmake/CloudMake-ParallelBuilds.dfy')
-rw-r--r--Test/cloudmake/CloudMake-ParallelBuilds.dfy3
1 files changed, 3 insertions, 0 deletions
diff --git a/Test/cloudmake/CloudMake-ParallelBuilds.dfy b/Test/cloudmake/CloudMake-ParallelBuilds.dfy
index e76f60d8..19473b6a 100644
--- a/Test/cloudmake/CloudMake-ParallelBuilds.dfy
+++ b/Test/cloudmake/CloudMake-ParallelBuilds.dfy
@@ -1,3 +1,6 @@
+// RUN: %dafny /compile:0 /dprint:"%t.dprint" "%s" > "%t"
+// RUN: %diff "%s.expect" "%t"
+
// This module proves the correctness of the algorithms. It leaves a number of things undefined.
// They are defined in refinement modules below.
abstract module M0 {