From dfacec43a86a10e49543a146c9918a1f84f20b18 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Thu, 3 Aug 2017 18:45:10 -0700 Subject: [PATCH] Update ideal_integration.md --- docs/ideal_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ideal_integration.md b/docs/ideal_integration.md index e446bbe0f..33835ed34 100644 --- a/docs/ideal_integration.md +++ b/docs/ideal_integration.md @@ -73,7 +73,7 @@ Examples: ## Regression Testing The fuzz targets should be regularly tested (not necessarily fuzzed!) as a part of the project's regression testing process. -One way to do so is to link the fuzz target with a simple driver +One way to do so is to link the fuzz target with a simple standalone driver (e.g. [this one](https://github.com/llvm-mirror/llvm/tree/master/lib/Fuzzer/standalone)) that runs the provided inputs and use this driver with the seed corpus created in previous step. It is recommended to use [sanitizers](https://github.com/google/sanitizers) during regression testing.