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