Hi,
I'm running the NUnit tests and everything is fine as long as the required dlls are in the same directory as tests. Otherwise I get the error "Could not load file or assembly". NUnit console doesn't seem to have any switch to include default path, nor it uses system PATH variable while looking for assemblies.
The question is how to reference binaries that are in a directory other then tests itself. I don want to avoid mixing test and shipping binaries within a directory. Sure, I could copy everything/remove test dlls, but it feels hacky.