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