test: lake: tests/manifest -> tests/depTree

also clarify its difference  distinction with `tests/clone`
This commit is contained in:
tydeu 2023-10-12 19:56:41 -04:00 committed by Mac Malone
parent 8db978bb10
commit 4441662490
4 changed files with 4 additions and 1 deletions

View file

@ -11,6 +11,8 @@ fi
./clean.sh
# Test Lake's management of a single Git-cloned dependency.
mkdir hello
pushd hello
$LAKE init hello

View file

@ -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