test: fix for openSUSE tests build
Found that openSUSE toolchain adds '--no-undefined' linker flag leading to fails while building tests. The changes suppress this flag since dynamic libraries are loaded via Tarantool executable and use its symbols. So it is completely OK to have undefined symbols at build time. Needed for #4562
Please register or sign in to comment