File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 115
115
<TestAssemblies Include =" %(TestAssemblyPaths.Identity)" Condition =" Exists(%(TestAssemblyPaths.Identity))" />
116
116
<TestDirsWithDuplicates Include =" $([System.IO.Path]::GetDirectoryName('%(TestAssemblies.Identity)'))" />
117
117
</ItemGroup >
118
+
119
+ <Error
120
+ Text =" No tests found for Mono AOT compilation. Make sure that the desired test cases are not excluded from AOT compilation."
121
+ Condition =" !Exists(%(TestAssemblies.Identity))" />
122
+
118
123
<RemoveDuplicates Inputs =" @(TestDirsWithDuplicates)" >
119
124
<Output TaskParameter =" Filtered" ItemName =" TestDirs" />
120
125
</RemoveDuplicates >
121
- <ItemGroup >
126
+ <ItemGroup >
122
127
<TestsAndAssociatedAssemblies Include =" %(TestDirs.Identity)/**/*.dll" Exclude =" @(NoMonoAotAssemblyPaths)" />
123
128
<CoreRootDlls Include =" $(CORE_ROOT)/*.dll" Exclude =" $(CORE_ROOT)/xunit.performance.api.dll;$(CORE_ROOT)/Microsoft.CodeAnalysis.VisualBasic.dll" />
124
129
<AllDlls Condition =" '$(MonoFullAot)' == 'true'" Include =" @(TestsAndAssociatedAssemblies);@(CoreRootDlls)" />
You can’t perform that action at this time.
0 commit comments