summaryrefslogtreecommitdiff
path: root/tests/lean/misc-external/lakefile.lean
diff options
context:
space:
mode:
authorSon Ho2023-07-04 14:57:51 +0200
committerSon Ho2023-07-04 14:57:51 +0200
commit87d6f6c7c90bf7b427397d6bd2e2c70d610678e3 (patch)
treece6f570b8916db1877e505f719461241bafaed0d /tests/lean/misc-external/lakefile.lean
parent4fd17e4bb91eb46d4704643dfbfbbf0874837b07 (diff)
Reorganize the Lean tests
Diffstat (limited to '')
-rw-r--r--tests/lean/lakefile.lean (renamed from tests/lean/misc-external/lakefile.lean)8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/lean/misc-external/lakefile.lean b/tests/lean/lakefile.lean
index 6cc4aae4..da4293dd 100644
--- a/tests/lean/misc-external/lakefile.lean
+++ b/tests/lean/lakefile.lean
@@ -4,9 +4,11 @@ open Lake DSL
require mathlib from git
"https://github.com/leanprover-community/mathlib4.git"
-package «external» {}
+require Base from "../../backends/lean"
-lean_lib «Base» {}
+package «tests» {}
@[default_target]
-lean_lib «External» {}
+lean_lib «Tests» {}
+
+lean_lib hashmap