diff options
author | Son Ho | 2023-08-04 22:33:05 +0200 |
---|---|---|
committer | Son Ho | 2023-08-04 22:33:05 +0200 |
commit | 60db3c210aeaf66a4fe312544c6e5d4662681de7 (patch) | |
tree | 7ecc73ed9a8406db05f3723511a6772c48e4d96f /tests/coq/array/_CoqProject | |
parent | 5e38184af1b99a307271f738329cd96cb364fc1d (diff) |
Generate the array test files for Coq and F*
Diffstat (limited to '')
-rw-r--r-- | tests/coq/array/_CoqProject | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/coq/array/_CoqProject b/tests/coq/array/_CoqProject new file mode 100644 index 00000000..f33cefe6 --- /dev/null +++ b/tests/coq/array/_CoqProject @@ -0,0 +1,8 @@ +# This file was automatically generated - see ../Makefile +-R . Lib +-arg -w +-arg all + +Array_Funs.v +Primitives.v +Array_Types.v |