mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
tests: Add fuzz test
This commit is contained in:
parent
4e2501c7d7
commit
9144ac67f0
5 changed files with 61 additions and 1 deletions
|
@ -25,6 +25,20 @@ build:
|
|||
reports:
|
||||
cobertura: coverage.xml
|
||||
|
||||
fuzz:
|
||||
image: registry.gitlab.gnome.org/jwestman/blueprint-compiler
|
||||
stage: build
|
||||
allow_failure: true
|
||||
script:
|
||||
- meson _build
|
||||
- ninja -C _build install
|
||||
- ./tests/fuzz.sh 5000
|
||||
artifacts:
|
||||
when: always
|
||||
paths:
|
||||
- corpus
|
||||
- crashes
|
||||
|
||||
pages:
|
||||
stage: pages
|
||||
dependencies:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue