Run NUnit tests automatically from command line

nunit, unit-testing, visual-studio-2008

Solution

Specify `/run` on the command line.

Problem

I'm launching the NUnit gui from visual studio by setting the test project to start start nunit 2.5.3 as an external program. That loads the tests into the GUI but I still have to manually click the run button. Is there a command line argument that will have the tests run at the same time they're loaded?

Original source