From 3ef546b45656738a024fc06c8601816af7f69a90 Mon Sep 17 00:00:00 2001 From: varon Date: Sun, 19 Mar 2017 16:18:13 +0200 Subject: [PATCH] Add tests to build script --- build.fsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.fsx b/build.fsx index 012efed..19144a0 100644 --- a/build.fsx +++ b/build.fsx @@ -86,8 +86,9 @@ let activeProjects = f -- "**/OpenTK.Android.csproj" -- "**/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" -- 2.7.4