test: "fix" library loading issues

This commit is contained in:
tydeu 2022-06-25 17:07:52 -04:00
parent 3200b43371
commit c4580839b5

View file

@ -5,4 +5,5 @@ set -e
./app/build/bin/app
./lib/build/bin/test
${LAKE:-../../build/bin/lake} -d app build Test
cd app # Library loading needs this; TODO: fix this
${LAKE:-../../../build/bin/lake} build Test