Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc25824

Browse files
committed
Try to put test-index.html beside test-main.js
1 parent d1945eb commit dc25824

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
File renamed without changes.

src/tests/Common/Directory.Build.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@
165165
TargetDir="runtime-test/"/>
166166

167167
<RunTimeDependencyCopyLocal
168-
Include="$(RepoRoot)\src\tests\Common\wasm-test-runner\index.html"
168+
Include="$(MonoProjectRoot)\wasm\test-index.html"
169+
FileName="index"
169170
TargetDir="runtime-test/"/>
170171

171172
<RunTimeDependencyCopyLocal

src/tests/Directory.Build.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,8 @@
571571
TargetDir="runtime-test/"/>
572572

573573
<RunTimeDependencyCopyLocal
574-
Include="$(RepoRoot)\src\tests\Common\wasm-test-runner\index.html"
574+
Include="$(MonoProjectRoot)\wasm\test-index.html"
575+
FileName="index"
575576
TargetDir="runtime-test/"/>
576577

577578
<RunTimeDependencyCopyLocal

0 commit comments

Comments
 (0)