summaryrefslogtreecommitdiff
path: root/test cases/unit/17 prebuilt shared
AgeCommit message (Collapse)Author
2024-01-17tests: Also test implicit rpaths from dependenciesJonathon Anderson
Meson will implicit rpaths when *.so/*.dll/etc. files are injected onto the link line from pkg-config and (now) cmake dependencies. Extend the "prebuilt shared" tests to test that these are added.
2021-11-24unit tests: Extend prebuilt test to test intermediateDylan Baker
This provides coverage for the bug: https://github.com/mesonbuild/meson/issues/9542
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines.
2019-01-17tests: Don't return an undefined value from main()Simon McVittie
This caused test failures while backporting meson to an old runtime environment. Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-07-31Condense test dirs.Jussi Pakkanen