summaryrefslogtreecommitdiff
path: root/tests/tests.targets
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-03-06 13:44:21 -0800
committerwtgodbe <wigodbe@microsoft.com>2017-03-06 13:51:19 -0800
commit54d5f431ee2492f8b4f2f12d0b6171c6a846c930 (patch)
tree29ef15e58cb6a8e3e5c1f7284c952a02869140a0 /tests/tests.targets
parentaeef0d20caceb33c80312fdf40ed242139cdd003 (diff)
downloadcoreclr-54d5f431ee2492f8b4f2f12d0b6171c6a846c930.tar.gz
coreclr-54d5f431ee2492f8b4f2f12d0b6171c6a846c930.tar.bz2
coreclr-54d5f431ee2492f8b4f2f12d0b6171c6a846c930.zip
Create Xunit wrappers for 2nd-level test directories instead of top-level
Diffstat (limited to 'tests/tests.targets')
-rw-r--r--tests/tests.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests.targets b/tests/tests.targets
index 78028cda27..8f00fd7499 100644
--- a/tests/tests.targets
+++ b/tests/tests.targets
@@ -14,7 +14,7 @@
</PropertyGroup>
<Target Name="FindTestDirectories">
<ItemGroup>
- <AllTestAssemblies Include="$(BaseOutputPathWithConfig)\*\*.XUnitWrapper.dll" />
+ <AllTestAssemblies Include="$(BaseOutputPathWithConfig)\**\*.XUnitWrapper.dll" />
<TestAssemblies Include="@(AllTestAssemblies)" Exclude="@(_SkipTestAssemblies -> '$(TestAssemblyDir)%(Identity)\%(Identity).XUnitWrapper.dll')" />
</ItemGroup>