Skip to content

Commit 6449b65

Browse files
authored
Merge pull request #1079 from bryanedds/copilot/fix-1078
Add comprehensive unit test suites for Quadtree and Octree spatial data structures
2 parents 092218f + 8badc2e commit 6449b65

File tree

3 files changed

+843
-0
lines changed

3 files changed

+843
-0
lines changed

Nu/Nu.Tests/Nu.Tests.fsproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
<ItemGroup>
4444
<Compile Include="NUnit.fs" />
4545
<Compile Include="TestPlugin.fs" />
46+
<Compile Include="QuadtreeTests.fs" />
47+
<Compile Include="OctreeTests.fs" />
4648
<Compile Include="World.Tests.fs" />
4749
<Content Include="AssetGraph.nuag">
4850
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

0 commit comments

Comments
 (0)