test: "fix" library loading issues
This commit is contained in:
parent
3200b43371
commit
c4580839b5
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue