diff options
Diffstat (limited to '')
-rw-r--r-- | tests/coq/hashmap/Makefile | 1 | ||||
-rw-r--r-- | tests/coq/hashmap/_CoqProject | 6 | ||||
-rw-r--r-- | tests/coq/hashmap_on_disk/Makefile | 1 | ||||
-rw-r--r-- | tests/coq/hashmap_on_disk/_CoqProject | 4 |
4 files changed, 7 insertions, 5 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 diff --git a/tests/coq/hashmap_on_disk/Makefile b/tests/coq/hashmap_on_disk/Makefile index ff1ccd39..1a5aee4a 100644 --- a/tests/coq/hashmap_on_disk/Makefile +++ b/tests/coq/hashmap_on_disk/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_on_disk/_CoqProject b/tests/coq/hashmap_on_disk/_CoqProject index 95b82c41..b78c7b5f 100644 --- a/tests/coq/hashmap_on_disk/_CoqProject +++ b/tests/coq/hashmap_on_disk/_CoqProject @@ -1,9 +1,9 @@ +# This file was automatically generated - see ../Makefile -R . Lib -arg -w -arg all +HashmapMain_Types.v Primitives.v - HashmapMain_Funs.v HashmapMain_Opaque.v -HashmapMain_Types.v
\ No newline at end of file |