[Mono-list] Building Tests

Gonzalo Paniagua Javier gonzalo@ximian.com
29 Oct 2002 21:43:10 +0100


El mar, 29-10-2002 a las 20:25, gustavo escribió:
> How can i build and pass the class library nunit tests?
> 

On windows (using MS runtime), just 'make test'. On unix, 'make -f
makefile.gnu test'.

-Gonzalo