summaryrefslogtreecommitdiff
path: root/test cases/common/4 shared/meson.build
AgeCommit message (Collapse)Author
2023-10-09interpreter: add <lang>_(static|shared)_argsDylan Baker
Which allow passing arguments specifically to the static or shared libraries. For design, this is all handled in the interpreter, by the build layer the arguments are combined into the existing fields. This limits changes required in the mid and backend layers
2019-08-12Add is_disabler functionJames Hilliard
This is useful if one needs to check if a variable is a disabler. Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
2019-05-09add support for "target_type: 'shared_module'" in build_target()Daniel Eklöf
2013-03-03Split test suite into common and platform dependent parts.Jussi Pakkanen