mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-24 20:05:39 -04:00
12 lines
340 B
C++
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" |