Skip to content

Commit

Permalink
chore: switch to Lakefile.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Jul 1, 2024
1 parent ca6660a commit b9c49ea
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lakefile.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name = "REPL"
defaultTargets = ["repl"]

[[lean_lib]]
name = "REPL"

[[lean_exe]]
name = "repl"
root = "REPL.Main"
supportInterpreter = true
11 changes: 11 additions & 0 deletions test/Mathlib/lakefile.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name = "«repl-mathlib-tests»"
defaultTargets = ["ReplMathlibTests"]

[[require]]
name = "mathlib"
git = "https://github.com/leanprover-community/mathlib4"
rev = "master"

[[lean_lib]]
name = "ReplMathlibTests"
globs = ["test.+"]

0 comments on commit b9c49ea

Please sign in to comment.