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