1
0
forked from fsfw/fsfw

normal queue sufficient

This commit is contained in:
2022-07-25 19:42:05 +02:00
parent 6d0fa36f8a
commit 935e135f1c
8 changed files with 42 additions and 45 deletions

View File

@ -4,6 +4,6 @@ target_sources(${FSFW_TEST_TGT} PRIVATE
DeviceFdirMock.cpp
CookieIFMock.cpp
ComIFMock.cpp
MessageQueueMockBase.cpp
MessageQueueMock.cpp
InternalErrorReporterMock.cpp
)