Skip to content

Commit 7d06a1d

Browse files
Merge pull request #1395 from mvphelps/fixTestLinks
Add new test fixtures to CudaBinaries project resolves #1394
2 parents 9856487 + 80b4589 commit 7d06a1d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/TorchSharpTest.WithCudaBinaries/TorchSharpTest.WithCudaBinaries.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@
4343
<Compile Include="..\TorchSharpTest\TestTorchVisionOps.cs" Link="TestTorchVisionOps.cs" />
4444
<Compile Include="..\TorchSharpTest\TestTraining.cs" Link="TestTraining.cs" />
4545
<Compile Include="..\TorchSharpTest\TestDisposeScopes.cs" Link="TestDisposeScopes.cs" />
46+
<Compile Include="..\TorchSharpTest\TestDisposeScopesPackedSequence.cs" Link="TestDisposeScopesPackedSequence.cs" />
47+
<Compile Include="..\TorchSharpTest\TestDisposeScopesStatisticsBase.cs" Link="TestDisposeScopesStatisticsBase.cs" />
48+
<Compile Include="..\TorchSharpTest\TestDisposeScopesStatisticsPackedSequence.cs" Link="TestDisposeScopesStatisticsPackedSequence.cs" />
49+
<Compile Include="..\TorchSharpTest\TestDisposeScopesStatisticsPackedSequenceUnscoped.cs" Link="TestDisposeScopesStatisticsPackedSequenceUnscoped.cs" />
50+
<Compile Include="..\TorchSharpTest\TestDisposeScopesStatisticsTensor.cs" Link="TestDisposeScopesStatisticsTensor.cs" />
51+
<Compile Include="..\TorchSharpTest\TestDisposeScopesStatisticsTensorUnscoped.cs" Link="TestDisposeScopesStatisticsTensorUnscoped.cs" />
52+
<Compile Include="..\TorchSharpTest\TestDisposeScopesStatisticsToString.cs" Link="TestDisposeScopesStatisticsToString.cs" />
4653
</ItemGroup>
4754

4855
<ItemGroup>

0 commit comments

Comments
 (0)