summaryrefslogtreecommitdiff
path: root/test/cfg.cc
AgeCommit message (Collapse)Author
2025-10-19cfg: Make load less magicJoel Klinghed
Don't try to guess from name, instead, have one method for only loading one config from a file (that might be relative) and loading a config from config dirs using a name (that might contain slash).
2025-10-19cfg: New moduleJoel Klinghed
Reads config files