I am working on an MSBuilds script to run my NUnit tests from CruiseControl.Net. _Test_DAL has three tests in it.
I am having problem getting the right dos command to run the NUnit.
Here is the command to run NUnit but it does not find any tests.
D:\CC\JCDCHelper\Source_Test_DAL\bin\Debug>"C:\Program Files\NUnit 2.4.3\bin\nunit-console" /nologo _Test_DAL.dll
Tests run: 0, Failures: 0, Not run: 0, Time: 0.047 seconds
I am able to use resharper to run the tests, so I know the tests are written correctly.
Any help would be awesome.