meson/test cases
Dylan Baker b1340e9bb1 interpreter: when overriding a dependency make its name match
Otherwise internal dependencies have auto-generated names that are not
human readable. Instead, use the name that the dependency overrides. For
example:

```meson
meson.override_dependency('zlib', declare_dependency())
dep_zlib = dependency('zlib')
assert(dep_zlib.name() == 'zlib')
```

Fixes: #12967
2024-03-15 09:15:48 -07:00
..
cmake cmake: Fix blunt target filtering skipping GENERATED dependencies 2024-01-16 11:00:26 -08:00
common interpreter: when overriding a dependency make its name match 2024-03-15 09:15:48 -07:00
csharp test: merge installed_files.txt into test.json 2020-02-25 21:47:42 +01:00
cuda Fix crash when getting cuda options 2021-10-27 15:29:44 -04:00
cython Fix `ERROR: no toolchain found` when run from unittests 2023-05-05 12:23:52 -04:00
d Fix build using GDC 13 2023-07-16 23:57:57 +03:00
failing Condense test dirs for rc2. 2024-03-03 23:33:15 +02:00
failing build Condense directory names for RC1. 2024-02-26 19:53:16 +02:00
failing test [TAP] Fix TAP parser when test exits with status 2021-02-19 17:17:20 +02:00
fortran Condense test directory names for release. 2023-06-28 15:28:52 +03:00
fpga/1 simple tests: remove deprecated `import('unstable_')` 2022-08-17 16:25:36 -04:00
frameworks qt: add preserve_paths keyword to functions 2024-02-12 15:49:55 -08:00
java tests: fix java JNI test assert for jni.h existing 2024-01-02 07:54:21 -08:00
keyval interpreter: move handling of module stability to interpreter 2022-08-17 16:25:36 -04:00
linuxlike dependencies: allow get_variable to define multiple pkgconfig defines 2023-11-14 14:59:12 -05:00
nasm nasm tests: skip asm language test on Solaris & illumos 2023-10-02 17:55:00 -04:00
native fix various spelling issues 2023-04-11 19:21:05 -04:00
objc Fix test failures on Darwin on a case-sensitive fs 2023-05-28 01:51:59 -04:00
objcpp editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
osx Condense directory names for RC1. 2024-02-26 19:53:16 +02:00
python Fix KeyError in Python module 2024-02-19 21:52:09 +02:00
python3 tests: fix "4 custom target depends extmodule" with Python 3.8+ on Windows 2023-08-08 16:32:39 -04:00
rewrite rewriter: create {add,rm}_extra_files commands 2021-12-15 21:21:29 +01:00
rust compilers: Every compiler can run code 2024-03-15 11:38:54 -04:00
swift swift: Support swift_args 2023-12-26 10:33:08 -08:00
unit Fix detection of unknown base options in subproj 2024-03-10 13:09:32 -07:00
vala Vala: fixes to gresource handling (#12418) 2024-01-11 17:55:02 +02:00
warning Prohibit symlinks in test data dir because they get mangled by setup.py. 2023-11-07 21:52:14 +02:00
wasm editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
wayland modules/wayland: Rename core_only to include_core_only 2022-09-07 08:43:29 -04:00
windows add support for vs_module_defs to Executables 2023-09-28 14:35:01 -04:00