scripts: fix tests

This commit is contained in:
nillerusr
2022-08-17 13:39:51 +03:00
parent 45d33c6b97
commit c0cbc669bc
2 changed files with 2 additions and 2 deletions

View File

@@ -7,4 +7,4 @@ sudo apt-get install -f -y gdb libopenal-dev g++-multilib gcc-multilib libpng-de
./waf configure -T release --disable-warns --tests --prefix=out/ --64bits $* &&
./waf install &&
cd out &&
LD_LIBRARY_PATH=. ./unittest
LD_LIBRARY_PATH=bin/ ./unittest