libcheck / check

A unit testing framework for C
GNU Lesser General Public License v2.1
1.07k stars 209 forks source link

Fixed wrong function replacement #313

Closed jflopezfernandez closed 3 years ago

jflopezfernandez commented 3 years ago

The current version of the Check CMake configuration replaces the strdup function with different source files depending on whether we are building a shared or static version of the library.