9 lines
248 B
TOML
9 lines
248 B
TOML
name = "tests"
|
|
|
|
# Allow `module` in tests when opened in the language server.
|
|
# Enabled during actual test runs in the respective test_single.sh.
|
|
moreGlobalServerArgs = ["-Dexperimental.module=true"]
|
|
|
|
[[lean_lib]]
|
|
name = "Tests"
|
|
globs = ["lean.*"]
|