Generate binding.gyp, binding.cc, and index.js

This commit is contained in:
Max Brunsfeld 2019-01-16 13:53:01 -08:00
parent 564c5e39b6
commit a0a3903f76
6 changed files with 96 additions and 8 deletions

View file

@ -126,7 +126,7 @@ fn test_feature_corpus_files() {
}
} else {
let corpus_path = test_path.join("corpus.txt");
let c_code = generate_result.unwrap();
let c_code = generate_result.unwrap().1;
let language = get_test_language(language_name, c_code, &test_path);
let test = parse_tests(&corpus_path).unwrap();
parser.set_language(language).unwrap();