Attention is currently required from: neels.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-upf/+/31920 )
Change subject: build: add libupf.la (noinst) ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1: In my opinion, this should only be needed in situations where your test programs either
* cannot be linked against all of the objects in the "proper library", or * require access to some symbols which are not exported by the "proper library"
If you just want to link the same library from test cases, there must be a better way than to create yet another library.