[Mono-list] NUnit tests on MS libs

Shahms E. King shahms@shahms.com
09 Sep 2002 13:23:41 -0700


Yes, that much I know how to do, but the dlls that NUnitConsole is
running against were compiled with the mono dlls, thus testing them,
however in order to ensure that the tests are correct they need to be
compiled and run using the MS dlls, not the mono ones, that's what I was
wondering how to do, but I think I just answered my own question.

--Shahms

On Mon, 2002-09-09 at 06:56, Gonzalo Paniagua Javier wrote:
> El dom, 08-09-2002 a las 22:48, Shahms E. King escribió:
> > Well, so running the NUnit tests against the compiled Mono dlls is
> > pretty easy here, and the docs make mention of testing them against the
> > Microsoft runtime/dlls but how does one about doing that? Either it's so
> > simple it should be obvious and I'm just missing something or it hasn't
> > been documented, either way, it makes life difficult for me trying to
> > test the tests, as it were.  Could someone fill in the missing pieces
> > here? or point me to the right manual to RTFM?
> 
> In windows, 'make test' in mcs/class will run the tests for you. Then
> you will see the command executed to run a single test.
> 
> -Gonzalo
> 
> 
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>