compiling

This commit is contained in:
Jonas Zeunert
2018-08-07 21:37:13 +02:00
parent 0c08b940f3
commit 094d76181e
15 changed files with 46 additions and 76 deletions

View File

@@ -1,25 +0,0 @@
/*
* TestInputDriverFactory.cpp
*
* Created on: Jul 11, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Oliver Martin, Dr. Franca Rupprecht
*/
#include "catch.hpp"
#include "fakeit.hpp"
#include "utilities/LoggerFactory.hpp"
// testing purposes
#define private public
#include "output/Solenoid.h"
using namespace Output;
using namespace fakeit;
SCENARIO("")
{
}