test: also run map tests on linux
This commit is contained in:
parent
44fc2ab05a
commit
af66ccf0f1
|
|
@ -26,3 +26,12 @@ readelf -d ./light/light
|
||||||
unzip -X ericw-tools-*.zip
|
unzip -X ericw-tools-*.zip
|
||||||
readelf -d ./ericw-tools-*/bin/light
|
readelf -d ./ericw-tools-*/bin/light
|
||||||
|
|
||||||
|
# coarse tests on real maps (only checks success/failure exit status of tool)
|
||||||
|
cd ..
|
||||||
|
export PATH="$(pwd)/$BUILD_DIR/qbsp:$(pwd)/$BUILD_DIR/light:$PATH"
|
||||||
|
cd testmaps
|
||||||
|
./automatated_tests.sh || exit 1
|
||||||
|
|
||||||
|
# test id1 maps for leaks
|
||||||
|
cd quake_map_source
|
||||||
|
./leaktest.sh || exit 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue