[apps/shared] Remove packed data members for RecordDataBuffer

Change-Id: I04ea5ccb4c15bda975bf5af178f07092c0387312
This commit is contained in:
Hugo Saint-Vignes
2020-06-04 12:24:29 +02:00
committed by Émilie Feral
parent 78a1350f15
commit 0a2ededfcf
8 changed files with 119 additions and 14 deletions

View File

@@ -85,3 +85,18 @@ app_shared_src = $(addprefix apps/shared/,\
app_shared_src += $(app_shared_test_src)
apps_src += $(app_shared_src)
# The .cpp files could also be added to app_shared_test_src in their respective makefiles
# -> it would then be impossible to run the shared test alone
app_shared_test_src += $(addprefix apps/graph/,\
continuous_function_store.cpp\
)
app_shared_test_src += $(addprefix apps/sequence/,\
sequence.cpp\
sequence_store.cpp\
)
tests_src += $(addprefix apps/shared/test/,\
function_alignement.cpp\
)