meson/test cases/frameworks/14 doxygen
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
..
doc tests: fix critical existence failure of doxygen test 2023-03-26 00:37:39 -04:00
include Fix C++ code used for doxygen test 2018-03-10 18:04:12 +02:00
src Fix C++ code used for doxygen test 2018-03-10 18:04:12 +02:00
meson.build tests: fix critical existence failure of doxygen test 2023-03-26 00:37:39 -04:00
test.json Add expected skip annotations for non-linux CI runs to framework tests 2021-07-13 15:25:42 +01:00