diff options
author | Son Ho | 2022-11-16 15:34:27 +0100 |
---|---|---|
committer | Son HO | 2022-11-16 15:45:32 +0100 |
commit | bbdd0da25b974b03d58489d3bbc2654f4f774644 (patch) | |
tree | d95f882effb9e0a576ab396f7741c2f4a42dc0c9 /tests/coq/_CoqProject.template | |
parent | 08530a51b8861e3dbb1a409d0c6f0e8c44adec83 (diff) |
Add a nix derivation for the Coq proofs
Diffstat (limited to '')
-rw-r--r-- | tests/coq/_CoqProject.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/coq/_CoqProject.template b/tests/coq/_CoqProject.template new file mode 100644 index 00000000..672629b2 --- /dev/null +++ b/tests/coq/_CoqProject.template @@ -0,0 +1,3 @@ +-R . Lib +-arg -w +-arg all |