-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing regressions #81
Comments
I add regression testing (at now for level 1). You can compile game with #define TEST_REGRESSIONS_GAME and run testRegressions.bat or testRegressions_wxcopy.bat. |
Level1 x86 - OK |
Please when find any error in Level1(x86 or x64) write it. |
This week I add to engine procedures for regressions testing.
Script will run game compiled with special commands, they will compare data with first 20 frame from begin level1.
After exit this game, script will be continue with compare 20 frames from level2, and next.
We can later too add samples from custom levels, too.
We can test x86 and x64 versions.
At now I program only the necessary functions and gradually collect samples of data from the levels.
The text was updated successfully, but these errors were encountered: