Files
GDevelop/Core/tests/main.cpp
T

12 lines
340 B
C++

/*
* Game Develop Core
* Copyright 2008-2014 Florian Rival (Florian.Rival@gmail.com). All rights reserved.
* This project is released under the GNU Lesser General Public License.
*/
/**
* @file Main file for Game Develop Core tests
*
* Please write any new test in a separate file.
*/
#define CATCH_CONFIG_MAIN
#include "catch.hpp"