Skip to content
Snippets Groups Projects
Commit e950ebc5 authored by Denis Smirnov's avatar Denis Smirnov
Browse files

feat: migrate to dynamic linking for unit tests

Previously, we created a static archives of the msgpuck and decNumber
libraries and made a statically linked them into the test executable.
After tarrantool module migrated to dlsym, we can no longer use static
linking.

As a result we build shared libraries for msgpuck and decNumber to
dynamic link them into the unit test binary.
parent 834ae611
No related branches found
No related tags found
1 merge request!1414sbroad import
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment