Files
ecs.hpp/ecs_tests.cpp
2018-12-24 08:26:08 +07:00

19 lines
484 B
C++

/*******************************************************************************
* This file is part of the "https://github.com/blackmatov/ecs.hpp"
* For conditions of distribution and use, see copyright notice in LICENSE.md
* Copyright (C) 2018 Matvey Cherevko
******************************************************************************/
#define CATCH_CONFIG_FAST_COMPILE
#include "catch.hpp"
#include "ecs.hpp"
namespace ecs = ecs_hpp;
namespace
{
}
TEST_CASE("ecs") {
}