Skip to content

Testing

seedhartha edited this page Jul 15, 2023 · 37 revisions

Unit Tests

  • Configure CMake project with -D BUILD_TESTS=ON
  • Run unit tests: ctest -VV -C RelWithDebInfo

Functional Testing

  • Pick functionality or a module to test
  • Examine game resources in the toolkit application
  • Play using vanilla engine with saved games and cheat codes to determine expected behaviour
  • Play reone in developer mode with console commands to verify behaviour