Testing Frameworks
From ReactOS
| This page is probably outdated The information on this page might not be valid for the current state of ReactOS. |
Testing the HAL, Kernel and Executive Services: regression tests for the executive and various subsystems: http://reactos.com/content/view/full/543
Coming soon: the WINE regression tests for testing the Win32 user-mode DLLs. This will happen after the WINE vendor import.
Casper's new testing doc: http://www.csh-consult.dk/ReactOSDevelopmentModel.pdf
Here's a script that generates stubs from gcc error output. Quite a time saver. I will probably adapt it later to just scan the test files with nm. TestStubsGenerator

