summaryrefslogtreecommitdiff
path: root/tests/helixprep.proj
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/helixprep.proj
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/helixprep.proj')
-rw-r--r--tests/helixprep.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/helixprep.proj b/tests/helixprep.proj
index 6fa271a23d..0042b3a783 100644
--- a/tests/helixprep.proj
+++ b/tests/helixprep.proj
@@ -15,7 +15,7 @@
<ItemGroup>
<TestCmds Include="$(DiscoveryDirectory)\**\*.cmd" ></TestCmds>
- <XunitDlls Include="$(DiscoveryDirectory)\*\*.XUnitWrapper.dll" ></XunitDlls>
+ <XunitDlls Include="$(DiscoveryDirectory)\**\*.XUnitWrapper.dll" ></XunitDlls>
<RequiresSigningFilesToDelete Include="$(DiscoveryDirectory)\**\*.requires_signing" />
</ItemGroup>