mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[apps/shared] Remove packed data members for RecordDataBuffer
Change-Id: I04ea5ccb4c15bda975bf5af178f07092c0387312
This commit is contained in:
committed by
Émilie Feral
parent
78a1350f15
commit
0a2ededfcf
@@ -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\
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user