add command unit tests

This commit is contained in:
Jérôme BOULMIER 2019-03-07 01:42:10 -05:00 committed by Patrick Ziegler
parent 5e5d8faf04
commit e9d2f022cd
5 changed files with 61 additions and 3 deletions
include/components

View file

@ -5,6 +5,7 @@
#include <thread>
#include "common.hpp"
#include "components/types.hpp"
#include "events/signal_fwd.hpp"
#include "events/signal_receiver.hpp"
#include "events/types.hpp"