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