1
0
forked from fsfw/fsfw

various fixes and improvements

This commit is contained in:
2021-07-30 13:47:29 +02:00
parent b75c815361
commit e1f92b3da4
6 changed files with 12 additions and 6 deletions

View File

@ -4,7 +4,7 @@
#include <fsfw/action/ActionHelper.h>
#include <fsfw/ipc/CommandMessage.h>
#include <fsfw/unittest/tests/mocks/MessageQueueMockBase.h>
#include <fsfw/tests/unit/mocks/MessageQueueMockBase.h>
#include <catch2/catch_test_macros.hpp>

View File

@ -10,7 +10,7 @@
#include <fsfw/datapoollocal/LocalPoolVector.h>
#include <fsfw/ipc/QueueFactory.h>
#include <fsfw/datapoollocal/StaticLocalDataSet.h>
#include <fsfw/unittest/tests/mocks/MessageQueueMockBase.h>
#include <fsfw/tests/unit/mocks/MessageQueueMockBase.h>
#include <fsfw/datapool/PoolReadGuard.h>
namespace lpool {

View File

@ -1,3 +1,2 @@
target_sources(${TARGET_NAME} PRIVATE
TestArrayPrinter.cpp
)