-
Notifications
You must be signed in to change notification settings - Fork 12
Running the Tests
mogemimi edited this page Mar 28, 2015
·
13 revisions
From the root of your engine directory, run:
git clone [email protected]:srz-zumix/iutest.git third-party/iutest
To run all unit tests, use:
gyp build/unittest.gyp --depth=. -f xcode --generator-output=./build.xcodefiles/
xcodebuild -project build.xcodefiles/build/unittest.xcodeproj
build/build/Release/unittest
To run all unit tests, use:
gyp build/unittest.gyp --depth=. -f msvs -G msvs_version=2013 --generator-output=./build.msvs/
(work in progres... 😱)