feat(misc): add AssertionMacros.h and the corresponding testing

This commit is contained in:
2021-12-09 20:25:56 +08:00
parent 271a3f49c3
commit cfb53c21e0
3 changed files with 149 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#pragma once
#include "CoreTypes.h"
NAMESPACE_REDCRAFT_BEGIN
NAMESPACE_MODULE_BEGIN(Redcraft)
NAMESPACE_MODULE_BEGIN(Utility)
void REDCRAFTUTILITY_API TestAssertionMacros();
NAMESPACE_MODULE_END(Utility)
NAMESPACE_MODULE_END(Redcraft)
NAMESPACE_REDCRAFT_END