chore(tests/lean): add leanpkg file to make sure the same cwd is used in test runs and the interactive server

This commit is contained in:
Sebastian Ullrich 2018-07-05 16:48:56 +02:00
parent 08474e04ff
commit fea91abf88
2 changed files with 4 additions and 0 deletions

2
tests/lean/leanpkg.path Normal file
View file

@ -0,0 +1,2 @@
builtin_path
./.

2
tests/lean/leanpkg.toml Normal file
View file

@ -0,0 +1,2 @@
[package]
lean_version = "master"