aboutsummaryrefslogtreecommitdiff
path: root/docs/clusterfuzzlite/running-clusterfuzzlite/generic.md
blob: 045cd243810d852cf6b5fb1340333995ee2fcbd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: default
parent: Running ClusterFuzzLite
grand_parent: ClusterFuzzLite
title: Running ClusterFuzzLite in a Generic Environment
nav_order: 2
permalink: /clusterfuzzlite/running-clusterfuzzlite/generic/
---

# Running ClusterFuzzLite in a Generic Environment
TODO: Rename run_cifuzz.py to run_clusterfuzzlite.py

This page describes how to run clusterfuzzlite using the run_clusterfuzzlite.py
script, a low level script that is used by CI systems to run ClusterFuzzLite.
This guide is useful if you want to run ClusterFuzzLite outside of CI or if you
want to run it on a CI system that isn't supported yet.
TODO