summaryrefslogtreecommitdiff
path: root/test cases/common/259 preprocess/bar.c
AgeCommit message (Collapse)Author
2024-01-25Fix compiler.preprocess compile_args not usedCharles Brunet
As described in https://github.com/mesonbuild/meson/issues/12715#issuecomment-1883448780, the compiler.preprocess function ignores compile_args. This should fix it in both ninja and visualstudio backends.
2023-02-15preprocess: Add dependencies kwargXavier Claessens
2023-02-15preprocess: Allow custom_tgt, custom_idx and generated_listXavier Claessens
It was documented to be supported but only File and str were actually working.
2022-10-25Condense test directory numbers.Jussi Pakkanen