scripts: fix tests
This commit is contained in:
parent
4e59030564
commit
e5e02734f6
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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/ $* &&
|
||||
./waf install &&
|
||||
cd out &&
|
||||
LD_LIBRARY_PATH=. ./unittest
|
||||
LD_LIBRARY_PATH=bin/ ./unittest
|
||||
|
|
Loading…
Reference in a new issue