summaryrefslogtreecommitdiff
path: root/src/main.ml
diff options
context:
space:
mode:
authorSon Ho2022-02-04 12:17:24 +0100
committerSon Ho2022-02-04 12:17:24 +0100
commit6ae85370a6d385e6824753f08ac593d22d6fc958 (patch)
tree3f08defbb20ce5d56d5136f249a2960294159558 /src/main.ml
parent1f4e6c1dbf32bbb58288b1b96ede898f36284977 (diff)
Add generation of unit tests for the synthesized functions
Diffstat (limited to '')
-rw-r--r--src/main.ml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.ml b/src/main.ml
index 1c2b0fe8..bb7b0e06 100644
--- a/src/main.ml
+++ b/src/main.ml
@@ -84,4 +84,5 @@ let () =
I.Test.test_functions_symbolic config synthesize m;
(* Translate the functions *)
- Translate.translate_module !filename config m
+ let test_unit_functions = true in
+ Translate.translate_module !filename config test_unit_functions m