diff options
author | Nadrieril | 2024-05-24 17:01:16 +0200 |
---|---|---|
committer | Nadrieril | 2024-05-24 17:03:28 +0200 |
commit | 3adbe18d36df3767e98f30b760ccd9c6ace640ad (patch) | |
tree | 2069246b2f7648e16331bcb24e5cfbc4f996e91f /tests/coq/hashmap_main/_CoqProject | |
parent | e288482f437a5f259be5f81eb996b5b28158b300 (diff) |
Rename some subdirectories for consistency
Diffstat (limited to 'tests/coq/hashmap_main/_CoqProject')
-rw-r--r-- | tests/coq/hashmap_main/_CoqProject | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/coq/hashmap_main/_CoqProject b/tests/coq/hashmap_main/_CoqProject new file mode 100644 index 00000000..d73541d9 --- /dev/null +++ b/tests/coq/hashmap_main/_CoqProject @@ -0,0 +1,12 @@ +# This file was automatically generated - see ../Makefile +-R . Lib +-arg -w +-arg all + +HashmapMain_Types.v +HashmapMain_FunsExternal_Template.v +Primitives.v +HashmapMain_Funs.v +HashmapMain_TypesExternal.v +HashmapMain_FunsExternal.v +HashmapMain_TypesExternal_Template.v |