test: lake: tests/manifest -> tests/depTree
also clarify its difference distinction with `tests/clone`
This commit is contained in:
parent
8db978bb10
commit
4441662490
4 changed files with 4 additions and 1 deletions
|
|
@ -11,6 +11,8 @@ fi
|
|||
|
||||
./clean.sh
|
||||
|
||||
# Test Lake's management of a single Git-cloned dependency.
|
||||
|
||||
mkdir hello
|
||||
pushd hello
|
||||
$LAKE init hello
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@ fi
|
|||
|
||||
./clean.sh
|
||||
|
||||
# tests issues:
|
||||
# Test the functionality of Lake's dependency resolution
|
||||
# in many edge cases with a full tree of dependencies.
|
||||
# https://github.com/leanprover/lake/issues/70
|
||||
# https://github.com/leanprover/lake/issues/84
|
||||
# https://github.com/leanprover/lake/issues/85
|
||||
Loading…
Add table
Reference in a new issue