#2097 Build library libsss_test_common in test phase
Closed: Fixed Opened by lslebodn.

Although static library libsss_test_common is used only in tests,
it is also built with command "make all".

Library cannot be moved simply to check_LTLIBRARIES, because it can break parallel build (ex. make -j16). Each test need to be linked with library libsss_test_common and this library must be ready in linking time.

If we wanted to fix this, we would need to add libsss_test_common.la as
a dependency to each test. _DEPENDENCIES = libsss_test_common.la


Fields changed

rhbz: => 0

  • master: f74d7744f1b12fe0492eadfc8cf30afcb4092e40

milestone: SSSD Deferred => SSSD 1.12 beta
resolution: => fixed
status: new => closed

Metadata Update from @lslebodn:
- Issue set to the milestone: SSSD 1.12 beta

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/3139

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata