summaryrefslogtreecommitdiff
path: root/Wrapper/FreeImage.NET/cs/UnitTest/NUnit.txt
blob: cca3df5d78997dcf730a314ba42c63983d6298cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
NUnit 2.x is needed for FreeImage .NET wrapper unit tests. It can be
downloaded from http://www.nunit.org/

After installing NUnit, double click on the NUnit project file
FreeImage.NET.nunit located in the FreeImage .NET wrapper Source folder
to load the project.

The FreeImage .NET wrapper unit test project UnitTest.csproj, located
under Source\UnitTest, must be compiled in 'Debug' mode prior to opening
the NUnit project.

The FreeImage .NET wrapper unit test project UnitTest.csproj currently
relies on the FreeImage .NET wrapper single source file, created by the
Source File Merger, located in the Source\SourceFileMerger folder.