|
4 | 4 | "base": "MsgPack.UnitTest", |
5 | 5 | "globs": [ |
6 | 6 | {"type": "include", "path": "../MsgPack.UnitTest/**/*.cs"}, |
7 | | - {"type": "remove", "path": "../MsgPack.UnitTest/obj/**/*.cs"} |
| 7 | + {"type": "remove", "path": "../MsgPack.UnitTest/Properties/**/*.cs"}, |
| 8 | + {"type": "remove", "path": "../MsgPack.UnitTest/obj/**/*.cs"}, |
| 9 | + {"type": "include", "path": "**/*.cs"}, |
| 10 | + {"type": "remove", "path": "obj/**/*.cs"} |
8 | 11 | ] |
9 | 12 | }, |
10 | 13 | { |
11 | 14 | "name": "MsgPack.UnitTest.BclExtensions.Mono", |
12 | 15 | "base": "MsgPack.UnitTest.BclExtensions", |
13 | 16 | "globs": [ |
14 | 17 | {"type": "include", "path": "../MsgPack.UnitTest.BclExtensions/**/*.cs"}, |
15 | | - {"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/obj/**/*.cs"} |
| 18 | + {"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/Properties/**/*.cs"}, |
| 19 | + {"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/obj/**/*.cs"}, |
| 20 | + {"type": "include", "path": "**/*.cs"}, |
| 21 | + {"type": "remove", "path": "obj/**/*.cs"}, |
| 22 | + {"type": "include", "path": "../MsgPack.UnitTest/Serialization/RoslynCodeGeneration.cs"}, |
| 23 | + {"type": "include", "path": "../MsgPack.UnitTest/Serialization/TempFileDependentAssemblyManager.cs"} |
16 | 24 | ] |
17 | 25 | }, |
18 | 26 | { |
19 | 27 | "name": "MsgPack.UnitTest.Silverlight.5", |
20 | 28 | "base": "MsgPack.UnitTest", |
21 | 29 | "globs": [ |
22 | 30 | {"type": "include", "path": "../MsgPack.UnitTest/**/*.cs"}, |
| 31 | + {"type": "remove", "path": "../MsgPack.UnitTest/Properties/**/*.cs"}, |
23 | 32 | {"type": "remove", "path": "../MsgPack.UnitTest/obj/**/*.cs"}, |
| 33 | + {"type": "include", "path": "**/*.cs"}, |
| 34 | + {"type": "remove", "path": "obj/**/*.cs"}, |
24 | 35 | {"type": "remove", "path": "../MsgPack.UnitTest/gen/**/*.cs"}, |
25 | 36 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/PreGenerated*"}, |
26 | 37 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/_SetUpFixture.cs"}, |
|
38 | 49 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/*FieldBased*.cs"}, |
39 | 50 | {"type": "remove", "path": "../MsgPack.UnitTest/_SetUpFixture.cs"}, |
40 | 51 | {"type": "remove", "path": "../MsgPack.UnitTest/AssertEx.cs"}, |
41 | | - {"type": "remove", "path": "../MsgPack.UnitTest/TestSuite.cs"} |
| 52 | + {"type": "remove", "path": "../MsgPack.UnitTest/TestSuite.cs"}, |
| 53 | + {"type": "include", "path": "../MsgPack.UnitTest.Net35/Augments.cs"} |
42 | 54 | ] |
43 | 55 | }, |
44 | 56 | { |
45 | 57 | "name": "MsgPack.UnitTest.Silverlight.5.FullTrust", |
46 | 58 | "base": "MsgPack.UnitTest.Silverlight.5", |
47 | 59 | "globs": [ |
| 60 | + {"type": "include", "path": "../MsgPack.UnitTest.Silverlight.5/**/*.cs"}, |
| 61 | + {"type": "remove", "path": "../MsgPack.UnitTest.Silverlight.5/Properties/**/*.cs"}, |
| 62 | + {"type": "remove", "path": "../MsgPack.UnitTest.Silverlight.5/obj/**/*.cs"}, |
| 63 | + {"type": "remove", "path": "../MsgPack.UnitTest.Silverlight.5/App.xaml.cs"} |
48 | 64 | ] |
49 | 65 | }, |
50 | 66 | { |
51 | 67 | "name": "MsgPack.UnitTest.Xamarin.iOS", |
52 | 68 | "base": "MsgPack.UnitTest", |
53 | 69 | "globs": [ |
54 | 70 | {"type": "include", "path": "../MsgPack.UnitTest/**/*.cs"}, |
| 71 | + {"type": "remove", "path": "../MsgPack.UnitTest/Properties/**/*.cs"}, |
55 | 72 | {"type": "remove", "path": "../MsgPack.UnitTest/obj/**/*.cs"}, |
56 | | - {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/__CompositeTest.cs"}, |
| 73 | + {"type": "include", "path": "**/*.cs"}, |
| 74 | + {"type": "remove", "path": "obj/**/*.cs"}, |
| 75 | + {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/_SetUpFixture.cs"}, |
| 76 | + {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/CompositeTest.cs"}, |
57 | 77 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/FromExpressionTest.cs"}, |
58 | 78 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAndDataMemberMixedTarget.cs"}, |
59 | 79 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAttributeTest.cs"}, |
60 | | - {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/PreGenerated*"}, |
61 | 80 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/SerializerGeneratorTest.cs"}, |
| 81 | + {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/PreGeneratedSerializerGenerator.cs"}, |
62 | 82 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/RoslynCodeGeneration.cs"}, |
63 | 83 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/TempFileDependentAssemblyManager.cs"}, |
64 | 84 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/*FieldBased*.cs"}, |
|
70 | 90 | "name": "MsgPack.UnitTest.Xamarin.Android", |
71 | 91 | "base": "MsgPack.UnitTest.Xamarin.iOS", |
72 | 92 | "globs": [ |
| 93 | + {"type": "include", "path": "../MsgPack.UnitTest.Xamarin.iOS/**/*.cs"}, |
| 94 | + {"type": "remove", "path": "../MsgPack.UnitTest.Xamarin.iOS/Properties/**/*.cs"}, |
| 95 | + {"type": "remove", "path": "../MsgPack.UnitTest.Xamarin.iOS/obj/**/*.cs"}, |
73 | 96 | {"type": "remove", "path": "../MsgPack.UnitTest.Xamarin.iOS/AppDelegate.cs"}, |
74 | 97 | {"type": "remove", "path": "../MsgPack.UnitTest.Xamarin.iOS/Main.cs"} |
75 | 98 | ] |
|
78 | 101 | "name": "MsgPack.UnitTest.Uwp", |
79 | 102 | "base": "MsgPack.UnitTest.Xamarin.Android", |
80 | 103 | "globs": [ |
| 104 | + {"type": "include", "path": "../MsgPack.NUnitPortable/TimeoutAttribute.cs"} |
81 | 105 | ] |
82 | 106 | }, |
83 | 107 | { |
|
90 | 114 | "name": "MsgPack.UnitTest.Unity.Il2cpp.Full.Desktop", |
91 | 115 | "base": "MsgPack.UnitTest.Uwp", |
92 | 116 | "globs": [ |
93 | | - {"type": "include", "path": "../MsgPack.UnitTest/Dummies/**/*.cs"}, |
94 | | - {"type": "include", "path": "../MsgPack.UnitTest/Mono/**/*.cs"}, |
95 | | - {"type": "remove", "path": "../MsgPack.UnitTest/gen/MsgPack_Serialization_PolymorphicMemberTypeKnownType*.cs"}, |
96 | | - {"type": "remove", "path": "../MsgPack.UnitTest/gen/MsgPack_Serialization_PolymorphicMemberTypeRuntimeType*.cs"}, |
| 117 | + {"type": "include", "path": "../../src/MsgPack/Tuple`n.cs"}, |
| 118 | + {"type": "include", "path": "../MsgPack.UnitTest.Net35/Dummies/**/*.cs"}, |
| 119 | + {"type": "include", "path": "../MsgPack.UnitTest.Net35/Mono/**/*.cs"}, |
| 120 | + {"type": "include", "path": "../MsgPack.UnitTest.Net35/Augments.cs"}, |
| 121 | + {"type": "remove", "path": "../MsgPack.UnitTest/AssertEx.cs"}, |
| 122 | + {"type": "remove", "path": "../MsgPack.UnitTest/gen/**/*.cs"}, |
| 123 | + {"type": "include", "path": "../MsgPack.UnitTest.Net35/gen/**/*.cs"}, |
| 124 | + {"type": "remove", "path": "../MsgPack.UnitTest.Net35/gen/MsgPack_Serialization_PolymorphicMemberTypeKnownType*.cs"}, |
| 125 | + {"type": "remove", "path": "../MsgPack.UnitTest.Net35/gen/MsgPack_Serialization_PolymorphicMemberTypeRuntimeType*.cs"}, |
| 126 | + {"type": "remove", "path": "../MsgPack.NUnitPortable/TimeoutAttribute.cs"}, |
97 | 127 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/AppendableReadOnlyCollections.cs"}, |
98 | 128 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/CodeDomCodeGeneration.cs"}, |
99 | | - {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/__CompositeTest.cs"}, |
| 129 | + {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/CompositeTest.cs"}, |
100 | 130 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/FromExpressionTest.cs"}, |
101 | 131 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAndDataMemberMixedTarget.cs"}, |
102 | 132 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAttributeTest.cs"}, |
103 | | - {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/PreGenerated*.cs"}, |
104 | 133 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/RoslynCodeGeneration.cs"}, |
105 | 134 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/SerializerGeneratorTest.cs"}, |
106 | | - {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/__SerializationTargetTest.cs"}, |
107 | 135 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/TempFileDependentAssemblyManager.cs"}, |
108 | 136 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/*FieldBased*.cs"}, |
109 | 137 | {"type": "remove", "path": "../MsgPack.UnitTest/_SetUpFixture.cs"}, |
|
117 | 145 | "name": "MsgPack.UnitTest.WinRT", |
118 | 146 | "base": "MsgPack.UnitTest.Uwp", |
119 | 147 | "globs": [ |
| 148 | + {"type": "remove", "path": "../MsgPack.NUnitPortable/TimeoutAttribute.cs"}, |
| 149 | + {"type": "remove", "path": "../MsgPack.UnitTest.Xamarin.iOS/Serialization/AotTest.cs"}, |
120 | 150 | {"type": "remove", "path": "../MsgPack.UnitTest/gen/**/*.cs"}, |
121 | | - {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/AppendableReadOnlyCollections.cs"}, |
122 | 151 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/CodeDomCodeGeneration.cs"}, |
123 | | - {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/__CompositeTest.cs"}, |
124 | 152 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/FromExpressionTest.cs"}, |
125 | | - {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAndDataMemberMixedTarget.cs"}, |
126 | | - {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAttributeTest.cs"}, |
127 | 153 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/PreGenerated*.cs"}, |
128 | 154 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/RoslynCodeGeneration.cs"}, |
129 | 155 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/SerializerGeneratorTest.cs"}, |
130 | | - {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/__SerializationTargetTest.cs"}, |
131 | 156 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/TempFileDependentAssemblyManager.cs"}, |
132 | 157 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/*FieldBased*.cs"}, |
133 | 158 | {"type": "remove", "path": "../MsgPack.UnitTest/Serialization/*GenerationBased*.cs"}, |
134 | | - {"type": "remove", "path": "../MsgPack.UnitTest/_SetUpFixture.cs"}, |
135 | | - {"type": "remove", "path": "../MsgPack.UnitTest/ExceptionTest.cs"}, |
136 | | - {"type": "remove", "path": "../MsgPack.UnitTest/MessagePackObjectTest.RuntimeSerialization.cs"}, |
137 | | - {"type": "remove", "path": "../MsgPack.UnitTest/TestSuite.cs"}, |
138 | | - {"type": "remove", "path": "../MsgPack.UnitTest/UnpackingTest.Combinations*.cs"} |
| 159 | + {"type": "include", "path": "../MsgPack.UnitTest/Serialization/_SetUpFixture.cs"}, |
| 160 | + {"type": "include", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAndDataMemberMixedTarget.cs"}, |
| 161 | + {"type": "include", "path": "../MsgPack.UnitTest/Serialization/MessagePackMemberAttributeTest.cs"}, |
| 162 | + {"type": "include", "path": "../MsgPack.UnitTest/_SetUpFixture.cs"}, |
| 163 | + {"type": "include", "path": "../MsgPack.UnitTest/TestSuite.cs"} |
139 | 164 | ] |
140 | 165 | }, |
141 | 166 | { |
142 | 167 | "name": "MsgPack.UnitTest.BclExtensions.WinRT", |
143 | 168 | "base": "MsgPack.UnitTest.BclExtensions", |
144 | 169 | "globs": [ |
145 | 170 | {"type": "include", "path": "../MsgPack.UnitTest.BclExtensions/**/*.cs"}, |
| 171 | + {"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/Properties/**/*.cs"}, |
146 | 172 | {"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/obj/**/*.cs"}, |
| 173 | + {"type": "remove", "path": "../MsgPack.UnitTest/obj/**/*.cs"}, |
| 174 | + {"type": "include", "path": "**/*.cs"}, |
| 175 | + {"type": "remove", "path": "obj/**/*.cs"}, |
147 | 176 | {"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/Serialization/*CodeDomBased*.cs"}, |
148 | 177 | {"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/Serialization/*FieldBased*.cs"}, |
149 | 178 | {"type": "remove", "path": "../MsgPack.UnitTest.BclExtensions/Serialization/RoslynCodeGeneration.cs"}, |
|
0 commit comments