Attention is currently required from: osmith, pespin. fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/30271 )
Change subject: tests/handover: move some functions to test/common ......................................................................
Patch Set 1:
(1 comment)
File tests/handover/Makefile.am:
https://gerrit.osmocom.org/c/osmo-bsc/+/30271/comment/00cca818_94a4b950 PS1, Line 34: ../common.c \
You'll end up having autofoo dependency problems doing this when you build it from several targets. […]
Agreeing with Pau. Given that you cannot easily compile just a single file without making it part of a lib or binary, defining a small static library and linking against it could be a good solution.