Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a shared library #24

Closed
fcami opened this issue Feb 2, 2013 · 4 comments
Closed

Provide a shared library #24

fcami opened this issue Feb 2, 2013 · 4 comments
Labels

Comments

@fcami
Copy link

fcami commented Feb 2, 2013

Hi,

Would you consider building a shared library alongside the .a archive?
If yes, please include a soname to your library as well.

Thank you,
François Cami (Fedora packager)

@pjohnmeyer
Copy link
Member

I would consider it, especially if you offered a pull request to implement it originally. It appears that at some point support was added (see HelperMacros.h), but not necessarily to the build files.

I question, though, what the value is in a unit testing library. Anybody else want to chime in?

@qdii
Copy link
Contributor

qdii commented Mar 29, 2013

As a remark, building with autotools generates these files:
libUnitTest++.a
libUnitTest++.la
libUnitTest++.so -> libUnitTest++.so.1.4.0
libUnitTest++.so.1 -> libUnitTest++.so.1.4.0
libUnitTest++.so.1.4.0

@pjohnmeyer
Copy link
Member

@fcami does this meet your needs?

@pjohnmeyer
Copy link
Member

Closing due to no response from the originator @fcami . Will happily resurrect if brought up again.

@pjohnmeyer pjohnmeyer added wontfix and removed task labels Nov 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants