tests: Add fuzz test

This commit is contained in:
James Westman 2022-04-18 17:34:13 -05:00
parent 4e2501c7d7
commit 9144ac67f0
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
5 changed files with 61 additions and 1 deletions

View file

@ -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: