mirror of
https://github.com/enduro2d/enduro2d.git
synced 2026-01-04 17:21:01 +07:00
15 lines
455 B
C++
15 lines
455 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 "../../catch/catch.hpp"
|
|
|
|
#include <enduro2d/enduro2d.hpp>
|
|
using namespace e2d;
|
|
|
|
TEST_CASE("math") {
|
|
}
|