Files
enduro2d/untests/sources/untests_utils/_utils.cpp

12 lines
390 B
C++

/*******************************************************************************
* This file is part of the "Enduro2D"
* For conditions of distribution and use, see copyright notice in LICENSE.md
* Copyright (C) 2018 Matvey Cherevko
******************************************************************************/
#define CATCH_CONFIG_MAIN
#include "_utils.hpp"
TEST_CASE("utils") {
}