meson/test cases/common/75 custom subproject dir
Eli Schwartz a3e4272bd3
test cases: rename shared library('c') avoid libc collision
In a bunch of cases we create a series of sample libraries named "a",
"b", "c" etc.

This breaks on musl. Originally reported with muon via commit
ca5c371714
and also breaks the testsuite when packaging meson for alpine linux.

libc.so is an existing library which is linked in by default for all the
obvious reasons. You can get away with this on glibc, because that
includes a soversion of "6", but it loads the wrong library on musl.
2022-02-17 14:48:28 -05:00
..
custom_subproject_dir test cases: rename shared library('c') avoid libc collision 2022-02-17 14:48:28 -05:00
a.c Condense test directory names. 2021-04-26 23:39:15 +01:00
meson.build Condense test directory names. 2021-04-26 23:39:15 +01:00