aboutsummaryrefslogtreecommitdiff
path: root/unittests/linuxliketests.py
AgeCommit message (Collapse)AuthorFilesLines
2021-08-09pkg-config: support for `-l:libfoo.a`lilinzhe1-0/+43
fixs: #9000 Meson not correctly process with -l:xxx.a link arguments in pkgconfig .pc file. see also:https://stackoverflow.com/questions/48532868/gcc-library-option-with-a-colon-llibevent-a with unit test, unit test will be partially skiped if pkg-config version < 0.28 . see: https://gitlab.freedesktop.org/pkg-config/pkg-config/-/blob/master/NEWS
2021-07-26Split run_unittests.py fileXavier Claessens1-0/+1649