Summary: public With this change, it will be possible to pass to InferAnalyze a list of folders to be searched for spec files, through a file containing those paths, separated by the newline character. For example, if there's a `PathList.txt` file containing /path/to/specs/folder1 /path/to/specs/folder2 /path/to/specs/folder3 Then invoking `infer --specs-dir-list-file PathList.txt [--other_args, ...] -- <build_cmd>` will instruct the analyzer to lookup to those three folders whenever it searches for specs. It's important to note that since the analyzer runs in parallel from different locations, it's necessary to pass **absolute** paths, or the analyzer will fail with an error. Reviewed By: jvillard Differential Revision: D2668700 fb-gh-sync-id: b407a57master
parent
369de5880e
commit
64189548b0
Loading…
Reference in new issue