Skip to content

SUKU new harness

SUKU new harness #6

Workflow file for this run

name: Fuzz Testing
on:
push:
jobs:
fuzzing:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Clang
uses: egor-tensin/setup-clang@v1
with:
version: latest
platform: x64
- name: Build and run fuzz test
run: |
clang -fsanitize=fuzzer,address -o fuzzer_test grid_common/test_harness.c
timeout 300s ./fuzzer_test