summaryrefslogtreecommitdiff
path: root/tests/lean/lakefile.lean
blob: da4293ddc50390145d4005c2e19cb1fedc62c735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import Lake
open Lake DSL

require mathlib from git
  "https://github.com/leanprover-community/mathlib4.git"

require Base from "../../backends/lean"

package «tests» {}

@[default_target]
lean_lib «Tests» {}

lean_lib hashmap