Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « nunit « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e7f9936f64d08e601704ab558ce27b95c9e08de5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
2002-03-08  Nick Drochak  <ndrochak@gol.com>

	* nunit.build: exclude all the obsolete stuff, and prevent csc from
	linking any ms stuff to the dll and exe we are testing on Linux.

2002-03-07  Nick Drochak  <ndrochak@gol.com>

	* .cvsignore: ignore *.pdb files
	* nunit.build: Build a version of NUnitCore.dll and NUnitConsole.exe
	using mono's corlib. Use this to test on Linux under mint and mono.

2002-03-06  Nick Drochak  <ndrochak@gol.com>

	* nunit.build: Exclude obsolete class from build. Probably should
	remove from cvs.

2002-02-27  Martin Baulig  <martin@gnome.org>

	Imported NUnit 1.11.

	* nunit.build: Added NAnt build file for NUnit. In addition to
	NUnitConsole.exe and NUnitCore.dll, we also create a small
	NUnitBase.dll which just contains the source files which are needed
	to run the tests on Linux.

	* RunTests.cs: This is a simple test runner which is used when we
	run the tests on Linux. It is linked into UNitBase.dll.

	* makefile: Just call NAnt here.

	* NUnitGUI.exe, NUnitTests.dll: Removed binaries.