code-intelligence.com/cifuzz@v0.40.0/examples/other/README.md (about)

     1  # cifuzz other build systems example
     2  
     3  This is a simple C++ project which doesn't use CMake, to demonstrate how
     4  **cifuzz** can be used with other build systems.
     5  
     6  What makes this project usable with **cifuzz** is the `my_fuzz_test`
     7  target in the [Makefile](Makefile) and the `build-command` setting in
     8  the [cifuzz.yaml](cifuzz.yaml).
     9  
    10  You can start fuzzing with
    11  
    12  ```bash
    13  cifuzz run my_fuzz_test
    14  ```