forked from Misaki/GhostEngine
8 lines
194 B
C#
8 lines
194 B
C#
using Ghost.Entities.Test;
|
|
using Ghost.Test.Core;
|
|
using Misaki.HighPerformance.LowLevel.Buffer;
|
|
|
|
AllocationManager.EnableDebugLayer();
|
|
TestRunner.Run<SystemTest>();
|
|
AllocationManager.Dispose();
|