Transitioning unit tests to gtest

This commit is contained in:
Dynamitos
2023-12-18 08:37:25 +01:00
parent 34e0d283e8
commit 617bb2828d
29 changed files with 416 additions and 820 deletions
@@ -0,0 +1 @@
#include "EngineTest.h"
@@ -0,0 +1,3 @@
target_sources(SeeleUnitTests
PRIVATE
ArchiveBuffer.cpp)