Add tests to build script
This commit is contained in:
parent
68c4260f52
commit
3ef546b456
1 changed files with 3 additions and 2 deletions
|
@ -88,6 +88,7 @@ let activeProjects =
|
|||
-- "**/OpenTK.iOS.csproj"
|
||||
|
||||
!! "src/**/*.??proj"
|
||||
++ "tests/OpenTK.Tests.fsproj"
|
||||
-- "**/OpenTK.GLWidget.csproj"
|
||||
|> xamarinFilter
|
||||
|
||||
|
@ -194,7 +195,7 @@ Target "All" DoNothing
|
|||
==> "AssemblyInfo"
|
||||
==> "Build"
|
||||
==> "CopyBinaries"
|
||||
// ==> "RunTests"
|
||||
==> "RunTests"
|
||||
==> "All"
|
||||
|
||||
"All"
|
||||
|
|
Loading…
Reference in a new issue