unit tests for collider parsing

This commit is contained in:
2019-11-29 00:34:33 +07:00
parent 08d80d1289
commit 0ca555a8c5
13 changed files with 53 additions and 17 deletions

View File

@@ -2,6 +2,7 @@
set -e
BUILD_DIR=`dirname "$BASH_SOURCE"`/../build
mkdir -p $BUILD_DIR/xcode
cd $BUILD_DIR/xcode
pushd $BUILD_DIR/xcode
cmake -G Xcode ../..
open enduro2d.xcodeproj
popd