Skip to content
Snippets Groups Projects
  • Denis Smirnov's avatar
    e950ebc5
    feat: migrate to dynamic linking for unit tests · e950ebc5
    Denis Smirnov authored
    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.
    e950ebc5
    History
    feat: migrate to dynamic linking for unit tests
    Denis Smirnov authored
    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.
This project manages its dependencies using Cargo. Learn more