test: add print-paths of dep modules check

This commit is contained in:
tydeu 2021-12-13 20:27:35 -05:00
parent ac47b4fb01
commit 50a84fcd55

View file

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