This commit is contained in:
Jonas Zeunert
2018-06-07 20:13:26 +02:00
parent 5ecc0eed1d
commit ee5ac69d1c
3 changed files with 3 additions and 12 deletions

View File

@@ -5,9 +5,9 @@
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht * Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
*/ */
#include "catch.hpp" #include "../catch.hpp"
#include "../../src/input/EventHandler.hpp" #include "../../input/EventHandler.hpp"
#include "mocks/InputDriverMock.hpp" #include "mocks/InputDriverMock.hpp"

View File

@@ -7,7 +7,7 @@
#include "../catch.hpp" #include "../catch.hpp"
#include "../../src/input/InputDriver.hpp" #include "../../input/InputDriver.hpp"
#include "mocks/EventHandlerMock.hpp" #include "mocks/EventHandlerMock.hpp"
#include "mocks/EventNotifierMock.hpp" #include "mocks/EventNotifierMock.hpp"

View File

@@ -1,9 +0,0 @@
/*
* tests-main.cpp
*
* Created on: May 6, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
*/
#define CATCH_CONFIG_MAIN
#include "catch.hpp"