From a20819f170acc6aad7b5aca2fbe53c7b3ab7e2b8 Mon Sep 17 00:00:00 2001 From: Son Ho Date: Wed, 16 Nov 2022 14:40:34 +0100 Subject: Automatically generate the Makefile and _CoqProject files in the tests subdirectories --- tests/coq/hashmap_on_disk/Makefile | 1 + tests/coq/hashmap_on_disk/_CoqProject | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/coq/hashmap_on_disk') 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 -- cgit v1.2.3