Merge remote-tracking branch 'upstream/mueller/refactor-local-pool-api' into develop

This commit is contained in:
2022-08-30 14:54:03 +02:00
8 changed files with 159 additions and 58 deletions

View File

@ -2,5 +2,5 @@ target_sources(${FSFW_TEST_TGT} PRIVATE
testLocalPoolVariable.cpp
testLocalPoolVector.cpp
testDataSet.cpp
testLocalPoolManager.cpp
testLocalPoolManager.cpp
)