Files
enduro2d/untests/sources/untests_base/_base.cpp
2020-02-06 17:04:35 +07:00

12 lines
420 B
C++

/*******************************************************************************
* This file is part of the "Enduro2D"
* For conditions of distribution and use, see copyright notice in LICENSE.md
* Copyright (C) 2018-2020, by Matvey Cherevko (blackmatov@gmail.com)
******************************************************************************/
#define CATCH_CONFIG_MAIN
#include "_base.hpp"
TEST_CASE("base") {
}