summaryrefslogtreecommitdiff
path: root/test cases/unit/46 native file binary
AgeCommit message (Collapse)Author
2022-03-29Condense test directory names.Jussi Pakkanen
2019-03-10Condense directory numbering for release.Jussi Pakkanen
2018-11-14modules/python: Allow use of the native fileDylan Baker
Currently this just allows setting a "python" variable that always overrides, probably we want to have the option for "python2" and "python3" as well.
2018-11-14modules/python3: allow specifying in the native fileDylan Baker
2018-11-14dependencies: Allow config tool dependencies to use native filesDylan Baker
This allows tools like llvm-config to be selected from the config file Fixes: #3327
2018-11-14interpreter: allow find_program to use the native fileDylan Baker
2018-11-14unittests: Add framework for testing native config filesDylan Baker