Move project to sub-directory, add empty test project, and fix namespace
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using SpatialCollections;
|
||||
|
||||
namespace QuadtreeTests
|
||||
{
|
||||
public class Tests
|
||||
{
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Test1()
|
||||
{
|
||||
Quadtree quadtree = new(20, 4);
|
||||
Assert.Pass();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user