Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add sql-asm-memory-growth-debug to npm test
  • Loading branch information
Christopher J. Brody committed Jan 13, 2020
commit eb13eea8b2c7c1ec070136e48ff3c482360dba1a
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
"scripts": {
"build": "make",
"rebuild": "make clean && make",
"test": "npm run test-asm && npm run test-asm-debug && npm run test-wasm && npm run test-wasm-debug && npm run test-asm-memory-growth",
"test": "npm run test-asm && npm run test-asm-debug && npm run test-wasm && npm run test-wasm-debug && npm run test-asm-memory-growth && npm run test-asm-memory-growth-debug",
"test-asm": "node test/all.js asm",
"test-asm-debug": "node test/all.js asm-debug",
"test-asm-memory-growth": "node test/all.js asm-memory-growth",
"test-asm-memory-growth-debug": "node test/all.js asm-memory-growth-debug",
"test-wasm": "node test/all.js wasm",
"test-wasm-debug": "node test/all.js wasm-debug"
},
Expand Down