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
+5
View File
@@ -0,0 +1,5 @@
#pragma once
#include <gtest/gtest.h>
#include "MinimalEngine.h"
using namespace Seele;