From aa7a74bd1e67d1486735137e3ab65fc5c9cad473 Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Mon, 10 Mar 2014 17:25:25 +0400 Subject: [PATCH] Scheduler test moved into the appropriate directory --- libuavcan/test/{ => node}/scheduler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename libuavcan/test/{ => node}/scheduler.cpp (98%) diff --git a/libuavcan/test/scheduler.cpp b/libuavcan/test/node/scheduler.cpp similarity index 98% rename from libuavcan/test/scheduler.cpp rename to libuavcan/test/node/scheduler.cpp index b8213303cf..894e990904 100644 --- a/libuavcan/test/scheduler.cpp +++ b/libuavcan/test/node/scheduler.cpp @@ -5,8 +5,8 @@ #include #include #include -#include "common.hpp" -#include "transport/can/iface_mock.hpp" +#include "../common.hpp" +#include "../transport/can/iface_mock.hpp" struct TimerCallCounter {