Skip to content

Commit

Permalink
Run tests from fsi
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed May 13, 2013
1 parent e48aed7 commit 261f445
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SolrNet.sln
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2010
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{26EBA068-9BBB-4FEC-B425-787D4AE99848}"
ProjectSection(SolutionItems) = preProject
build.fsx = build.fsx
fake.fsx = fake.fsx
Tests.fsx = Tests.fsx
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolrNet", "SolrNet\SolrNet.csproj", "{CEEB8690-3E08-4440-B647-787A58E71CFA}"
Expand Down
11 changes: 11 additions & 0 deletions Tests.fsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#I "lib"
#r @"gallio.dll"
#r @"MbUnit.dll"
#r @"packages\Fuchu.0.2.2\lib\net40-client\Fuchu.dll"
#r @"SolrNet.Tests\bin\Debug\SolrNet.Tests.dll"

open Fuchu
open SolrNet.Tests

let test = Fuchu.MbUnit.MbUnitTestToFuchu typeof<DateTimeOffsetFieldParserTests>
run test
4 changes: 4 additions & 0 deletions packages/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Fuchu" version="0.2.2" targetFramework="net40" />
</packages>
1 change: 1 addition & 0 deletions packages/repositories.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
<repository path="..\Ninject.Integration.SolrNet.Tests\packages.config" />
<repository path="..\Ninject.Integration.SolrNet\packages.config" />
<repository path="..\SolrNet.Tests\packages.config" />
<repository path="packages.config" />
</repositories>

0 comments on commit 261f445

Please sign in to comment.