summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauro Moura <lauromoura@expertisesolutions.com.br>2019-10-17 20:13:25 -0300
committerLauro Moura <lauromoura@expertisesolutions.com.br>2019-12-06 14:07:38 -0300
commit9d406f939e9476f5f28efaefccbc51fd1a1083e9 (patch)
treeada7a19940f662273261ba31283bf665c00b7f16
parent6622dc568e0f9342cd8eb96b9fc383c1df6a1c06 (diff)
downloadefl-9d406f939e9476f5f28efaefccbc51fd1a1083e9.tar.gz
csharp: Analyze test code too
-rw-r--r--src/tests/efl_mono/efl_sharp_test_suite.csproj.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/efl_mono/efl_sharp_test_suite.csproj.in b/src/tests/efl_mono/efl_sharp_test_suite.csproj.in
index c23636345c..26d4cddfd2 100644
--- a/src/tests/efl_mono/efl_sharp_test_suite.csproj.in
+++ b/src/tests/efl_mono/efl_sharp_test_suite.csproj.in
@@ -19,6 +19,9 @@
<ItemGroup>
<ProjectReference Include="../../bindings/mono/efl_sharp.csproj" />
</ItemGroup>
+ <PropertyGroup>
+ <CodeAnalysisRuleSet>@BINDING_TEST_SRC@/../../bindings/mono/ca.ruleset</CodeAnalysisRuleSet>
+ </PropertyGroup>
<ItemGroup>
<Compile Include="@BINDING_TEST_SRC@/*.cs" />