threading again
This commit is contained in:
16
FlippR-Driver/src/tests/TestDetector.cpp
Normal file
16
FlippR-Driver/src/tests/TestDetector.cpp
Normal 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;
|
||||
|
||||
|
||||
|
||||
13050
FlippR-Driver/src/tests/catch.hpp
Normal file
13050
FlippR-Driver/src/tests/catch.hpp
Normal file
File diff suppressed because it is too large
Load Diff
9
FlippR-Driver/src/tests/tests-main.cpp
Normal file
9
FlippR-Driver/src/tests/tests-main.cpp
Normal 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"
|
||||
Reference in New Issue
Block a user