aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Collapse)AuthorFilesLines
2021-08-09interpreter: Fix missing subsubproject summary when subproject failsXavier Claessens1-0/+5
In the case main->subp->subsubp, if subsubp succeed to configure but subp subsequentially fails, subsubp is still being built but its summary was missing.
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-08-07Fix --force-fallack-for with --wrap-mode=nofallbackXavier Claessens1-0/+6
Fixes: #9065
2021-08-04Escape path in exclude filter passed to gcovrAlois Wohlschlager1-0/+20
Gcovr interprets exclude filters, as passed to the -e option, as regexes. Since we want to exclude a raw path, the argument must be escaped.
2021-08-04destdir: Allow relative to build directoryXavier Claessens1-0/+6
Meson already works like that, except in do_copydir() that requires absolute destdir. Better explicitly support that instead of leaving it undefined and unconsistent.
2021-07-30interenaltests: Add some version strings with ansi escapes in themDylan Baker1-0/+11
AS we've run into a few programs using ansi escapes in their version outputs, we'd like to test them as well.
2021-07-26Split run_unittests.py fileXavier Claessens15-0/+10715