LkEngine 0.1.2
 
Loading...
Searching...
No Matches
TestBase.h
1#pragma once
2
4#include <LkEngine/Core/LObject/ObjectPtr.h>
5#include <LkEngine/Core/LObject/Class.h>
6
7#include "LTesto/Core/TestMacros.h"
8#include "LTesto/Core/AutomationTest.h"
9
10/* Required because of the static test registration in LK_DECLARE_AUTOMATION_TEST. */
11#include "LTesto/Runtime/TestManager.h"
LObject implementation.