ct-lib unit tests link statically
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
I noticed the ct-lib unit tests were linking to the installed shared object. That's not optimal behavior; it's nice to run the unit tests before installing. Now they link statically to the uninstalled libct.a. Enjoy. --jkl