diff options
author | Son Ho | 2022-11-16 14:40:34 +0100 |
---|---|---|
committer | Son HO | 2022-11-16 15:45:32 +0100 |
commit | a20819f170acc6aad7b5aca2fbe53c7b3ab7e2b8 (patch) | |
tree | 6818668b56b067255e874e4c9bb79ad3d52ebee7 /tests/coq/hashmap | |
parent | cc8cd4b9d55e21dd50fac7714203ab8a8f06242b (diff) |
Automatically generate the Makefile and _CoqProject files in the tests subdirectories
Diffstat (limited to 'tests/coq/hashmap')
-rw-r--r-- | tests/coq/hashmap/Makefile | 1 | ||||
-rw-r--r-- | tests/coq/hashmap/_CoqProject | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/tests/coq/hashmap/Makefile b/tests/coq/hashmap/Makefile index ff1ccd39..1a5aee4a 100644 --- a/tests/coq/hashmap/Makefile +++ b/tests/coq/hashmap/Makefile @@ -1,3 +1,4 @@ +# This file was automatically generated - modify ../Makefile.template instead # Makefile originally taken from coq-club %: Makefile.coq phony diff --git a/tests/coq/hashmap/_CoqProject b/tests/coq/hashmap/_CoqProject index 94708adc..7f80afbf 100644 --- a/tests/coq/hashmap/_CoqProject +++ b/tests/coq/hashmap/_CoqProject @@ -1,8 +1,8 @@ +# This file was automatically generated - see ../Makefile -R . Lib -arg -w -arg all -Primitives.v - Hashmap_Types.v -Hashmap_Funs.v
\ No newline at end of file +Primitives.v +Hashmap_Funs.v |