[Mono-list] newbie nunit test
Nick Drochak
ndrochak@gol.com
Tue, 24 Dec 2002 00:27:13 +0900
| -----Original Message-----
| From: mono-list-admin@ximian.com
| [mailto:mono-list-admin@ximian.com] On Behalf Of babar haq
| Sent: Monday, December 23, 2002 8:47 PM
| To: mono-list@ximian.com
| Subject: [Mono-list] newbie nunit test
|
|
| well i used to mono rpms to install mono.
| and i downloaded the source of the classes and C# compiler
| and put it into /usr/src. i am trying to build the first test
I don't think it matters where you put the files from CVS. Once you have
them, you can do 'make; make test' in the mcs directory. Assuming mono is
installed correctly, it should try to run the unit tests. Right now the
unit tests for the corlib assembly is a bit broken, but the others should
run--and produce several errors/failures.
Let me know if you need more help than this.
Regards,
Nick D.