-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,5 @@ | ||
NUnit 2.x is needed for FreeImage .NET wrapper unit tests. It can be | ||
downloaded from http://www.nunit.org/ | ||
The tests can be run by invoking "dotnet test" from the UnitTest project folder | ||
|
||
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. | ||
Alternatively, the test explorer can be used in Visual Studio | ||
|
||
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. | ||
If either of these don't work, please open an issue! |