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 configure -T release --disable-warns --tests --prefix=out/ --64bits $* &&
./waf install && ./waf install &&
cd out && cd out &&
LD_LIBRARY_PATH=. ./unittest LD_LIBRARY_PATH=bin/ ./unittest

View File

@ -8,4 +8,4 @@ sudo apt-get install -f -y libopenal-dev:i386 g++-multilib gcc-multilib libpng-d
PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig ./waf configure -T release --disable-warns --tests --prefix=out/ $* && PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig ./waf configure -T release --disable-warns --tests --prefix=out/ $* &&
./waf install && ./waf install &&
cd out && cd out &&
LD_LIBRARY_PATH=. ./unittest LD_LIBRARY_PATH=bin/ ./unittest