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

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVsevolod Kukol <sevo@sevo.org>2015-02-13 12:19:43 +0300
committerVsevolod Kukol <sevo@sevo.org>2015-02-13 12:19:43 +0300
commit305518fee9300285cb90a1bb00bedc2fd06620ea (patch)
treec5e0f0ca454e378fdf863479ff95b4b1c13010f8 /Testing/MacTestRunner.csproj
parent5d6f2956d1df177a2b5c093443be4e5e01af4e57 (diff)
[TEST] Add nunit-console support
nunit-console does not call the applications main method. Application.Initialize() should be called from a separate SetUpFixture to ensure correct initialization.
Diffstat (limited to 'Testing/MacTestRunner.csproj')
-rw-r--r--Testing/MacTestRunner.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Testing/MacTestRunner.csproj b/Testing/MacTestRunner.csproj
index 0b6600e8..c4281ac9 100644
--- a/Testing/MacTestRunner.csproj
+++ b/Testing/MacTestRunner.csproj
@@ -89,6 +89,7 @@
<Compile Include="Tests\DrawingTestsBase.cs" />
<Compile Include="Tests\NinePatchTests.cs" />
<Compile Include="Tests\ScrollableWidgetTests.cs" />
+ <Compile Include="MacTestRunner\MacInit.cs" />
</ItemGroup>
<ItemGroup>
<None Include="MacTestRunner\Info.plist" />