summaryrefslogtreecommitdiff
path: root/test cases/unit/72 summary
AgeCommit message (Collapse)Author
2022-03-29Condense test directory names.Jussi Pakkanen
2021-09-07unittests: test external dependency in summaryPaolo Bonzini
This requires a bit of extra code because the version might change, but otherwise it fits in the existing AllPlatformTests.test_summary testcase Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2021-09-02interpreter: Add summary of all user defined optionsXavier Claessens
It is a commonly needed information to help debugging build issues. We already were printing options with non-default value at the end of the configure but outside of the summary. Keeping the list of user defined options in the interpreter will also in the future be useful to use new default value on reconfigure.
2021-08-09interpreter: Fix missing subsubproject summary when subproject failsXavier Claessens
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-04-26Condense test directory names.Jussi Pakkanen
2020-05-18backends: Consider arguments passed to a test when cross compilingDylan Baker
Otherwise a wrapper script which takes an executable as an argument will mistakenly run when that executable is cross compiled. This does not wrap said executable in an exe_wrapper, just skip it. Fixes #5982
2020-02-26summary: Add list_sep keyword argumentXavier Claessens
This allows having lists on a single line instead of having each value aligned on a new line.
2020-02-01summary: Fix empty list caseXavier Claessens
Fixes: #6557.
2020-01-08Rename test dirs to sequential order.Jussi Pakkanen