summaryrefslogtreecommitdiff
path: root/test cases/common/88 dep fallback
AgeCommit message (Collapse)Author
2021-06-16interpreter: Extract dependency() logic into its own helper classXavier Claessens
The dependency lookup is a lot of complex code. This refactor it all into a single file/class outside of interpreter main class. This new design allows adding more fallbacks candidates in the future (e.g. using cc.find_library()) but does not yet add any extra API.
2021-04-26Condense test directory names.Jussi Pakkanen