File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/tests/JIT/HardwareIntrinsics Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<Target Name =" ExecuteGenerateTestsScript"
12
- Inputs =" $(MSBuildAllProjects);$(RepoRoot)/src/tests/Common/GenerateHWIntrinsicTests/GenerateHWIntrinsicTests_Arm.cs"
12
+ Inputs =" $(MSBuildAllProjects);$(RepoRoot)/src/tests/Common/GenerateHWIntrinsicTests/GenerateHWIntrinsicTests_Arm.cs;$(MSBuildThisFileDirectory)/Shared/*.template "
13
13
Outputs =" $(GeneratedHWIntrinsicTestListFile)"
14
14
Condition =" '$(Language)' == 'C#'" >
15
15
<Exec Command =" $(DotNetCli) build $(RepoRoot)/src/tests/Common/GenerateHWIntrinsicTests/GenerateHWIntrinsicTests_Arm.csproj -c $(Configuration) --no-restore /p:IntermediateOutputPath=$(IntermediateOutputPath)/GenerateHWIntrinsicTests/ /p:OutputPath=$(OutputPath)/GenerateHWIntrinsicTests/" />
Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<Target Name =" ExecuteGenerateTestsScript"
12
- Inputs =" $(MSBuildAllProjects);$(RepoRoot)/src/tests/Common/GenerateHWIntrinsicTests/GenerateHWIntrinsicTests_General.cs"
12
+ Inputs =" $(MSBuildAllProjects);$(RepoRoot)/src/tests/Common/GenerateHWIntrinsicTests/GenerateHWIntrinsicTests_General.cs;$(MSBuildThisFileDirectory)/Shared/*.template "
13
13
Outputs =" $(GeneratedHWIntrinsicTestListFile)"
14
14
Condition =" '$(Language)' == 'C#'" >
15
15
<Exec Command =" $(DotNetCli) build $(RepoRoot)/src/tests/Common/GenerateHWIntrinsicTests/GenerateHWIntrinsicTests_General.csproj -c $(Configuration) --no-restore /p:IntermediateOutputPath=$(IntermediateOutputPath)/GenerateHWIntrinsicTests/ /p:OutputPath=$(OutputPath)/GenerateHWIntrinsicTests/" />
You can’t perform that action at this time.
0 commit comments