exceptions icon indicating copy to clipboard operation
exceptions copied to clipboard

Create tests

Open oscar-broman opened this issue 13 years ago • 0 comments

Things to test

  • [x] Nesting
  • [x] Recursive nesting
  • [x] Stack and heap integrity
  • [ ] Huge gamemodes
  • [ ] YSI
  • [x] CallLocalFunction and CallRemoteFunction
  • [ ] Performance

Compiler options

Make a batch file that will compile the tests with the following flag combinations:

  • -O0 -d0
  • -O0 -d1
  • -O0 -d2
  • -O1 -d0
  • -O1 -d1
  • -O1 -d2

Be sure to run on both Linux and Windows.

oscar-broman avatar Apr 05 '13 22:04 oscar-broman