Generate binding.gyp, binding.cc, and index.js
This commit is contained in:
parent
564c5e39b6
commit
a0a3903f76
6 changed files with 96 additions and 8 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue