2002-07-19 Martin Baulig <martin@gnome.org>
[mono.git] / mcs / nunit / ChangeLog
1 2002-03-08  Nick Drochak  <ndrochak@gol.com>
2
3         * nunit.build: exclude all the obsolete stuff, and prevent csc from
4         linking any ms stuff to the dll and exe we are testing on Linux.
5
6 2002-03-07  Nick Drochak  <ndrochak@gol.com>
7
8         * .cvsignore: ignore *.pdb files
9         * nunit.build: Build a version of NUnitCore.dll and NUnitConsole.exe
10         using mono's corlib. Use this to test on Linux under mint and mono.
11
12 2002-03-06  Nick Drochak  <ndrochak@gol.com>
13
14         * nunit.build: Exclude obsolete class from build. Probably should
15         remove from cvs.
16
17 2002-02-27  Martin Baulig  <martin@gnome.org>
18
19         Imported NUnit 1.11.
20
21         * nunit.build: Added NAnt build file for NUnit. In addition to
22         NUnitConsole.exe and NUnitCore.dll, we also create a small
23         NUnitBase.dll which just contains the source files which are needed
24         to run the tests on Linux.
25
26         * RunTests.cs: This is a simple test runner which is used when we
27         run the tests on Linux. It is linked into UNitBase.dll.
28
29         * makefile: Just call NAnt here.
30
31         * NUnitGUI.exe, NUnitTests.dll: Removed binaries.
32