Added generative testing for AST conversions.

This commit is contained in:
Ingvar Stepanyan
2014-08-03 20:48:59 +03:00
parent 5e314bf3e9
commit b467a3c877
4 changed files with 123 additions and 9 deletions

View File

@@ -17,6 +17,12 @@ if (failures) {
process.exit(1);
}
var run_ast_conversion_tests = require("./mozilla-ast");
run_ast_conversion_tests({
iterations: 1000
});
/* -----[ utils ]----- */
function tmpl() {