[Mono-list] NUnit tests on MS libs
   
    Gonzalo Paniagua Javier
     
    gonzalo@ximian.com
       
    09 Sep 2002 15:56:40 +0200
    
    
  
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