moving tests

This commit is contained in:
Jonas Zeunert
2018-06-07 21:10:37 +02:00
parent f9536933a1
commit 1f0fd916cc
13 changed files with 27 additions and 13340 deletions

View File

@@ -28,8 +28,7 @@ class InputDriver
public:
InputDriver(EventNotifier* event_notifier, Detector* detector) :
event_notifier(event_notifier),
detector(detector)
event_notifier(event_notifier), detector(detector)
{
CLOG(INFO, INPUT_LOGGER) << "Created InputDriver";
}