meson/test cases
Eli Schwartz b3b57342ef
tests: fix critical existence failure of doxygen test
It was totally subproject-unsafe, and setting a super bad example. This
is bad, because doxygen is annoying to get right and we occasionally
tell people to go use our example test case.

There is a fun nuance here, that makes doxygen unpredictably work on
some versions, and fail on others. Specifically, values must be quoted
in doxygen 1.8, but not in doxygen 1.9, or they break -- but only if the
output directory contains spaces. This was "fixed" in commit

ef91bacb7a

which actually caused it to act like an unquoted OUTPUT_DIRECTORY is not
provided at all, and then fixed for real in commit

eb3d1eb5ad

For portability, it is necessary to quote this just to be on the safe
side.

Fixes #11579
2023-03-26 00:37:39 -04:00
..
cmake cmake: Add rule relaxations for CMake subprojects 2022-08-10 22:24:02 -04:00
common Make generator exe more resilient. 2023-03-11 22:56:13 +02: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 cython: add unittest to verify that depfiles work 2023-02-10 02:16:54 -05:00
d Merge pull request #10464 from rtbo/fix_generated_deps 2022-06-19 22:16:20 +03:00
failing handle meson_version after parsing but before invalid project() kwargs 2023-03-01 23:36:31 -05:00
failing build cmake: ci: Skip tests on Ubuntu Bionic where CMake is stuck on 3.10 2022-02-03 11:25:59 -05:00
failing test [TAP] Fix TAP parser when test exits with status 2021-02-19 17:17:20 +02:00
fortran tests: unskip windows mixing msvc and fortran, for non-gcc fortran 2022-07-11 17:58:02 -04:00
fpga/1 simple tests: remove deprecated `import('unstable_')` 2022-08-17 16:25:36 -04:00
frameworks tests: fix critical existence failure of doxygen test 2023-03-26 00:37:39 -04:00
java test cases: use best practices method to find the python3 program 2023-02-24 20:45:00 -05:00
keyval interpreter: move handling of module stability to interpreter 2022-08-17 16:25:36 -04:00
linuxlike Fix generator expression list problems (fixes #10288) 2022-04-18 22:59:44 -04:00
nasm nasm: Link with windows CRT libs when nasm is used as linker language 2023-02-20 09:58:34 -05:00
native holders: Fix the remaining code to respect the holder changes 2021-06-18 23:48:33 +02:00
objc editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
objcpp editorconfig: add setting to trim trailing whitespace 2021-08-15 09:36:18 -04:00
osx Revert "tests: Test extern'd globals on MacOS with the Apple Archiver" 2022-10-31 23:22:07 -04:00
python backends: add a new "none" backend 2023-03-20 17:22:50 -04:00
python3 tests: fix edge case where non-default python is used, by skipping it 2022-11-14 19:16:57 -05:00
rewrite rewriter: create {add,rm}_extra_files commands 2021-12-15 21:21:29 +01:00
rust typed_kwargs: Extend since_values and deprecated_values for types 2023-03-04 14:19:27 -05:00
swift Xcode: make Swift projects work. 2021-04-25 15:35:13 +03:00
unit Stop using replace_if_different() for coredata pickle file 2023-03-16 17:18:30 -04:00
vala test cases/vala: Fix clang error during int to pointer coercion 2023-02-07 05:43:39 -05:00
warning tests: Add a test for a target with no sources 2022-09-09 19:13:46 -04: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 test cases: use best practices method to find the python3 program 2023-02-24 20:45:00 -05:00