diff options
Diffstat (limited to 'tests/coq/hashmap_on_disk/_CoqProject')
-rw-r--r-- | tests/coq/hashmap_on_disk/_CoqProject | 9 |
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 |