summaryrefslogtreecommitdiff
path: root/tests/coq/hashmap/_CoqProject
diff options
context:
space:
mode:
authorSon Ho2022-11-14 14:05:53 +0100
committerSon HO2022-11-14 14:21:04 +0100
commit6cfd60a0d75a1fcc3734aa9729c79acbfb30e546 (patch)
tree77c2e38a59ae387f98bb0bf873b7a5c8413492b3 /tests/coq/hashmap/_CoqProject
parente5bd97f4ad08b277057a23094f2cc76abbeeaddb (diff)
Generate Coq code for `hashmap` and `hashmap_on_disk`
Diffstat (limited to '')
-rw-r--r--tests/coq/hashmap/_CoqProject8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/coq/hashmap/_CoqProject b/tests/coq/hashmap/_CoqProject
new file mode 100644
index 00000000..2aa6b46c
--- /dev/null
+++ b/tests/coq/hashmap/_CoqProject
@@ -0,0 +1,8 @@
+-R . Lib
+-arg -w
+-arg all
+
+Primitives.v
+
+Hashmap__Types.v
+Hashmap__Funs.v \ No newline at end of file