Skip to content

Commit dbdac94

Browse files
committed
fix
1 parent 3a3b60a commit dbdac94

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/tests/CommonTestRunner/ConfigFiles/Unix/Debugger.Tests.Config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<LogDir>$(RootBinDir)/TestResults/$(TargetConfiguration)/common.unittests_$(Timestamp)</LogDir>
99

1010
<TestProduct>ProjectK</TestProduct>
11-
<DebuggeeSourceRoot>$(RepoRootDir)/src/tests</DebuggeeSourceRoot>
11+
<DebuggeeSourceRoot>$(RepoRootDir)/src/tests/debuggees</DebuggeeSourceRoot>
1212
<DebuggeeMsbuildAuxRoot>$(RepoRootDir)/eng/AuxMsbuildFiles</DebuggeeMsbuildAuxRoot>
1313
<DebuggeeBuildProcess>cli</DebuggeeBuildProcess>
1414
<DebuggeeBuildProcess>sdk.prebuilt</DebuggeeBuildProcess>

src/tests/CommonTestRunner/ConfigFiles/Windows/Debugger.Tests.Config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<LogDir>$(RootBinDir)\TestResults\$(TargetConfiguration)\common.unittests_$(Timestamp)</LogDir>
1010

1111
<TestProduct>ProjectK</TestProduct>
12-
<DebuggeeSourceRoot>$(RepoRootDir)\src\tests</DebuggeeSourceRoot>
12+
<DebuggeeSourceRoot>$(RepoRootDir)\src\tests\debuggees</DebuggeeSourceRoot>
1313
<DebuggeeMsbuildAuxRoot>$(RepoRootDir)\eng\AuxMsbuildFiles</DebuggeeMsbuildAuxRoot>
1414
<DebuggeeBuildProcess>sdk.prebuilt</DebuggeeBuildProcess>
1515
<DebuggeeBuildRoot>$(RootBinDir)</DebuggeeBuildRoot>

src/tests/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</PropertyGroup>
2727

2828
<PropertyGroup>
29-
<IsTestProject Condition="$(MSBuildProjectName.EndsWith('.Tests'))">true</IsTestProject>
29+
<IsTestProject Condition="$(MSBuildProjectName.EndsWith('Tests'))">true</IsTestProject>
3030
<IsTestSupportProject Condition="'$(IsTestProject)' != 'true' and '$(IsTrimmingTestProject)' != 'true'">true</IsTestSupportProject>
3131
</PropertyGroup>
3232
</Project>

0 commit comments

Comments
 (0)