threading again

This commit is contained in:
Jonas Zeunert
2018-05-06 23:19:02 +02:00
parent c2fb59139b
commit c1a29d8bea
11 changed files with 20856 additions and 24 deletions

View File

@@ -0,0 +1,16 @@
/*
* TestDetector.cpp
*
* Created on: May 3, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
*/
#include "catch.hpp"
#include "../input/Detector.h"
#include "../input/InputEvent.h"
#include <set>
using namespace Input;

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,9 @@
/*
* 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"