summaryrefslogtreecommitdiff
path: root/tests/lean/misc-constants/lakefile.lean
diff options
context:
space:
mode:
authorSon Ho2023-03-07 13:46:55 +0100
committerSon HO2023-06-04 21:44:33 +0200
commit051e2a19f3268d272a0acd0425d2107ebea020c5 (patch)
tree2ad36d00054ac891e48cb35c4dc1940433c5e707 /tests/lean/misc-constants/lakefile.lean
parent463cbb90c93ac2e825048d685c254431b99c4d96 (diff)
Reorganize the Lean tests and extract the Polonius tests to Lean
Diffstat (limited to 'tests/lean/misc-constants/lakefile.lean')
-rw-r--r--tests/lean/misc-constants/lakefile.lean18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/lean/misc-constants/lakefile.lean b/tests/lean/misc-constants/lakefile.lean
new file mode 100644
index 00000000..ed8eebc2
--- /dev/null
+++ b/tests/lean/misc-constants/lakefile.lean
@@ -0,0 +1,18 @@
+import Lake
+open Lake DSL
+
+require mathlib from git
+ "https://github.com/leanprover-community/mathlib4.git"
+
+package «constants» {
+ -- add package configuration options here
+}
+
+lean_lib «Base» {
+ -- add library configuration options here
+}
+
+lean_lib «Constants» {
+ -- add library configuration options here
+}
+