mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-07 16:10:44 +00:00
Add tests to build script
This commit is contained in:
parent
68c4260f52
commit
3ef546b456
|
@ -88,6 +88,7 @@ let activeProjects =
|
||||||
-- "**/OpenTK.iOS.csproj"
|
-- "**/OpenTK.iOS.csproj"
|
||||||
|
|
||||||
!! "src/**/*.??proj"
|
!! "src/**/*.??proj"
|
||||||
|
++ "tests/OpenTK.Tests.fsproj"
|
||||||
-- "**/OpenTK.GLWidget.csproj"
|
-- "**/OpenTK.GLWidget.csproj"
|
||||||
|> xamarinFilter
|
|> xamarinFilter
|
||||||
|
|
||||||
|
@ -194,7 +195,7 @@ Target "All" DoNothing
|
||||||
==> "AssemblyInfo"
|
==> "AssemblyInfo"
|
||||||
==> "Build"
|
==> "Build"
|
||||||
==> "CopyBinaries"
|
==> "CopyBinaries"
|
||||||
// ==> "RunTests"
|
==> "RunTests"
|
||||||
==> "All"
|
==> "All"
|
||||||
|
|
||||||
"All"
|
"All"
|
||||||
|
|
Loading…
Reference in a new issue