ka
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
|
||||||
Reference in New Issue
Block a user