#2097 Build library libsss_test_common in test phase
Closed: Fixed None Opened 10 years ago 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. <test>_DEPENDENCIES = libsss_test_common.la


Fields changed

rhbz: => 0

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

7 years ago

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.

Login to comment on this ticket.

Metadata