Add tests to build script
authorvaron <varon@users.noreply.github.com>
Sun, 19 Mar 2017 14:18:13 +0000 (16:18 +0200)
committervaron <varon@users.noreply.github.com>
Sun, 19 Mar 2017 14:18:13 +0000 (16:18 +0200)
build.fsx

index 012efed..19144a0 100644 (file)
--- 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"