mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-02-07 19:30:43 +00:00
testing: binaryen module abort()s on linux, don't know why, so moved to test/verilog for now
This commit is contained in:
parent
97248cf399
commit
c9d97edbd0
@ -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 .",
|
||||
|
@ -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');
|
Loading…
x
Reference in New Issue
Block a user