From: varon Date: Sun, 19 Mar 2017 14:43:28 +0000 (+0200) Subject: Fix test assembly path X-Git-Tag: v3.0.0~107^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de71367b4b48af67edf89a91ec12c8ec92847724;p=platform%2Fcore%2Fcsapi%2Fopentk.git Fix test assembly path --- diff --git a/build.fsx b/build.fsx index 19144a0..d6bec54 100644 --- a/build.fsx +++ b/build.fsx @@ -88,7 +88,7 @@ let activeProjects = -- "**/OpenTK.iOS.csproj" !! "src/**/*.??proj" - ++ "tests/OpenTK.Tests.fsproj" + ++ "tests/**/OpenTK.Tests.fsproj" -- "**/OpenTK.GLWidget.csproj" |> xamarinFilter