I want to write unit tests for an app running on Windows CE .NET Compact Framework 3.5. Ideally I'd like to deploy them and run them on the device rather than emulated for true testing but if it could also run locally in Visual Studio for speed that would be great. I am mostly writing console apps and don't care about a nice gui but it would be nice.
I tried csUnit but it had dependencies on libraries that aren't part of CF and my device didn't have room for them anyway.
Has anyone had found a quick simply test framework they'd recommend?