aboutsummaryrefslogtreecommitdiff
path: root/unittests/allplatformstests.py
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-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-26Split run_unittests.py fileXavier Claessens1-0/+3728