From a3cb25b46a5b3087656b7af7e8b73b0c03b67962 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Sat, 15 Jul 2017 12:59:50 -0600 Subject: [PATCH] build: build-osx.sh: fail build if id1 maps leak --- build-osx.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-osx.sh b/build-osx.sh index 9c1ebfe6..3f651490 100755 --- a/build-osx.sh +++ b/build-osx.sh @@ -25,3 +25,8 @@ cpack # run tests ./light/testlight || exit 1 ./qbsp/testqbsp || exit 1 + +# test id1 maps for leaks +cd .. +cd testmaps/quake_map_source +PATH=../../$BUILD_DIR/qbsp ./leaktest.sh || exit 1