test: also run map tests on linux

This commit is contained in:
Eric Wasylishen 2018-01-15 20:24:16 -07:00
parent 44fc2ab05a
commit af66ccf0f1
1 changed files with 9 additions and 0 deletions

View File

@ -26,3 +26,12 @@ readelf -d ./light/light
unzip -X ericw-tools-*.zip
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