Skip to content

Commit

Permalink
test(fuzz): add command to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hulkoba committed Dec 11, 2023
1 parent 17a63ed commit da8c8b1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
node_modules/
npm*
test/lib/
test/fuzz/reports/*
!test/fuzz/reports/.gitkeep
test/fuzz/corpus/*
!test/fuzz/corpus/.gitkeep
test/typescript/definitions.js
dist/
openpgp.store/
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"build-test": "npm run build --build-only=test",
"prepare": "npm run build",
"test": "mocha --timeout 120000 test/unittests.js",
"fuzz": "jazzer test/fuzz/$TARGET -- -artifact_prefix='test/fuzz/reports/' test/fuzz/corpus --cov",
"test-type-definitions": "ts-node --esm test/typescript/definitions.ts",
"benchmark-time": "node test/benchmarks/time.js",
"benchmark-memory-usage": "node test/benchmarks/memory_usage.js",
Expand Down
Empty file added test/fuzz/corpus/.gitkeep
Empty file.
Empty file added test/fuzz/reports/.gitkeep
Empty file.

0 comments on commit da8c8b1

Please sign in to comment.