Snaipe / Mimick

A KISS, cross-platform C mocking library
MIT License
152 stars 42 forks source link

Fix 32-bit tests on Linux #27

Closed peadar closed 2 years ago

peadar commented 3 years ago

32-bit linux binaries don't use Elf32_Rela relocations, they generally just use Elf32_Rel and friends If we can't find the addend-enable relocs, fallback to the addend-free versions. This fixes the travis CI pipeline for Linux builds.