testing: binaryen module abort()s on linux, don't know why, so moved to test/verilog for now

This commit is contained in:
Steven Hugg 2021-09-20 18:01:59 -05:00
parent 97248cf399
commit c9d97edbd0
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@
"test-profile": "NODE_PATH=$(pwd) mocha --recursive --timeout 60000 --prof test/cli",
"test-worker": "NODE_PATH=$(pwd) mocha --timeout 60000 test/cli/testworker.js",
"test-platforms": "NODE_PATH=$(pwd) mocha --timeout 60000 test/cli/testplatforms.js",
"test-verilog": "NODE_PATH=$(pwd) mocha --timeout 60000 --reporter mocha-simple-html-reporter --reporter-options output=test/output/verilog.html test/cli/testverilog.js",
"test-verilog": "NODE_PATH=$(pwd) mocha --timeout 60000 --reporter mocha-simple-html-reporter --reporter-options output=test/output/verilog.html test/verilog/testverilog.js",
"test-web-quick": "nightwatch -e chrome test/web/testembed.js",
"test-web-all": "nightwatch -e chrome test/web",
"start": "electron .",

View File

@ -5,7 +5,7 @@ var _path = require('path')
var _cproc = require('child_process');
var fs = require('fs');
var wtu = require('./workertestutils.js');
var heapdump = require("heapdump");
//var heapdump = require("heapdump");
var commandExists = require('command-exists');
var has_yosys = commandExists('yosys');