test: add print-paths of dep modules check
This commit is contained in:
parent
ac47b4fb01
commit
50a84fcd55
1 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,10 @@
|
|||
set -e
|
||||
set -ex
|
||||
|
||||
./clean.sh
|
||||
./package.sh
|
||||
./foo/build/bin/foo
|
||||
./bar/build/bin/bar
|
||||
|
||||
cd ./foo
|
||||
${LAKE:-../../../build/bin/lake} print-paths A B
|
||||
cd ..
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue