summaryrefslogtreecommitdiff
path: root/tests/coq/hashmap_on_disk/_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_on_disk/_CoqProject
parente5bd97f4ad08b277057a23094f2cc76abbeeaddb (diff)
Generate Coq code for `hashmap` and `hashmap_on_disk`
Diffstat (limited to 'tests/coq/hashmap_on_disk/_CoqProject')
-rw-r--r--tests/coq/hashmap_on_disk/_CoqProject9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/coq/hashmap_on_disk/_CoqProject b/tests/coq/hashmap_on_disk/_CoqProject
new file mode 100644
index 00000000..10e247ae
--- /dev/null
+++ b/tests/coq/hashmap_on_disk/_CoqProject
@@ -0,0 +1,9 @@
+-R . Lib
+-arg -w
+-arg all
+
+Primitives.v
+
+HashmapMain__Funs.v
+HashmapMain__Opaque.v
+HashmapMain__Types.v \ No newline at end of file