makise-homura
|
613c9e26c4
|
pkgconfig: pkg-configs version<0.29.1 escape variables incorrectly
|
3 years ago |
Alan Coopersmith
|
7f0193e294
|
unittests: Make test_prelinking work on Solaris
Running 'cc --version' finds the Solaris Studio C compiler, not gcc,
and it doesn't support --version.
|
3 years ago |
Dylan Baker
|
e0ab7290f0
|
unittests: Ensure that symlink is removed after tests complete
using `TestCase.addCleanup` is both neat and tidy, and also ensures that
the cleanup will be done, even if the test fails.
|
3 years ago |
Eli Schwartz
|
59d4f771d2
|
editorconfig: add setting to trim trailing whitespace
and clean up all outstanding issues
Skip 'test cases/common/141 special characters/meson.build' since it
intentionally uses trailing newlines.
|
3 years ago |
lilinzhe
|
dd2e3bf446
|
pkg-config: support for `-l:libfoo.a`
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
|
3 years ago |
Xavier Claessens
|
7eb4c23156
|
Split run_unittests.py file
|
3 years ago |