X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fnunit%2FChangeLog;h=e7f9936f64d08e601704ab558ce27b95c9e08de5;hb=eebec713de8b2f03748bcb88311af7867abd51ab;hp=791fffa61095e98968e468d3376943769eddb9aa;hpb=c3d95439775a740c760a1faeb3f9e53a911524d3;p=mono.git diff --git a/mcs/nunit/ChangeLog b/mcs/nunit/ChangeLog index 791fffa6109..e7f9936f64d 100644 --- a/mcs/nunit/ChangeLog +++ b/mcs/nunit/ChangeLog @@ -1,3 +1,19 @@ +2002-03-08 Nick Drochak + + * nunit.build: exclude all the obsolete stuff, and prevent csc from + linking any ms stuff to the dll and exe we are testing on Linux. + +2002-03-07 Nick Drochak + + * .cvsignore: ignore *.pdb files + * nunit.build: Build a version of NUnitCore.dll and NUnitConsole.exe + using mono's corlib. Use this to test on Linux under mint and mono. + +2002-03-06 Nick Drochak + + * nunit.build: Exclude obsolete class from build. Probably should + remove from cvs. + 2002-02-27 Martin Baulig Imported NUnit 1.11. @@ -7,6 +23,9 @@ NUnitBase.dll which just contains the source files which are needed to run the tests on Linux. + * RunTests.cs: This is a simple test runner which is used when we + run the tests on Linux. It is linked into UNitBase.dll. + * makefile: Just call NAnt here. * NUnitGUI.exe, NUnitTests.dll: Removed binaries.