summaryrefslogtreecommitdiff
path: root/test cases/common/67 modules/meson.build
AgeCommit message (Collapse)Author
2022-08-23tests: remove compiler requirement in various unneeded casesEli Schwartz
Compiled languages are Meson's bread and butter, but hardly required. This is convenient, because many test caases specifically, do not care about testing the compiler interactions. In such cases, we can skip doing compiler lookups which aren't used, as they only slow down test setup.
2021-06-30interpreter: add required and disabled to importDylan Baker
This is useful both from the perspective of optional functionality that requires a module, and also as I continue to progress with Meson++, which will probably not implement all of the modules that Meson itself does.
2021-04-26Condense test directory names.Jussi Pakkanen