-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
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
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