I have an executable with unit tests (my custom framework) and I want to run it after each build using Hudson.
I would expect to register my exe as a Hudson step and make sure it produces the correct report format.
So far all tutorials I have found seem like overkilling with all the configuration files and interfaces. I'll go that path if I need - but what's the simplest way to achieve what I want? I'm looking for a good link with a "template" that I can adjust for my needs.