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