[Mono-list] Make test
Sean MacIsaac
macisaac@ximian.com
08 Nov 2001 11:12:52 -0500
On Thu, 2001-11-08 at 10:33, Nick Drochak wrote:
> All,
>
> I added a 'test' target to the make file in mcs so now after you do
> 'make' you can 'make test' to see how things fair under unit testing.
>
> Also, I fixed the nant .build files for the unit tests so each unit test
> dll is linked against the appropriate mono assembly it is supposed to be
> testing.
>
> Have fun testing,
> Nick D.
Nick,
If you turn off the nowarn:1595 you see that for things which are
defined twice (say once in MS's System.XML.dll and once in our
System.Xml.dll), it says it is using MS's definition. Using /nostdlib
breaks the compiler. This is another reason I am trying to get testing
work on Linux. If you're csc says something different, or if you have
any success here I would love to know what you did.
Sean