Is your feature request related to a problem? Please describe.
I would like to run tests in a project which has CBA-like structure - multiple subdirectories and cross-addin function calls. To do that, I need to be able to load functions from multiple projects simultaneously - using CfgFunctions which is already defined in each project
See also: #186 #196
Describe the solution you'd like
Have a flag which allows sqfvm to parse CfgFunctions config section and load referenced SQF files from virtual filesystem, using PBO or explicit mapping via cmd arg
e.g. sqfvm --input-pbo my.pbo --parse-cfgfunctions
Describe alternatives you've considered
I have considered loading files manually - however, it is tedious and may lead to inconsistencies
Is your feature request related to a problem? Please describe.
I would like to run tests in a project which has CBA-like structure - multiple subdirectories and cross-addin function calls. To do that, I need to be able to load functions from multiple projects simultaneously - using
CfgFunctionswhich is already defined in each projectSee also: #186 #196
Describe the solution you'd like
Have a flag which allows
sqfvmto parseCfgFunctionsconfig section and load referenced SQF files from virtual filesystem, using PBO or explicit mapping via cmd arge.g.
sqfvm --input-pbo my.pbo --parse-cfgfunctionsDescribe alternatives you've considered
I have considered loading files manually - however, it is tedious and may lead to inconsistencies