Example #1
0
        static int RunVerifyMode(VerifyOptions opts)
        {
            var program = new FVVerifyProgram(opts);

            return(program.Run());
        }
Example #2
0
 public FVVerifyProgram(VerifyOptions opts)
 {
     this.opts   = opts;
     this.engine = new FileVerifier.FVEngine();
 }