From 128041e9541f4bca1e9685d32a44e45b539dbc8b Mon Sep 17 00:00:00 2001 From: spagoveanu <32655389+spagoveanu@users.noreply.github.com> Date: Fri, 26 Dec 2025 17:03:37 +0200 Subject: [PATCH] correct name of the directory next time consider using shorter and less dumb names in examples -- e.g. just 'test' instead 'my_first_fuzz_test_project_WOW_because_I_love_typing_shit_and_mixing_things_up' --- doc/quickstart-cmake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/quickstart-cmake.md b/doc/quickstart-cmake.md index e7f4a7095..2cb4a650d 100644 --- a/doc/quickstart-cmake.md +++ b/doc/quickstart-cmake.md @@ -88,7 +88,7 @@ FuzzTest CMake already handles its dependencies on its own: With the CMake workspace set up, you can start using FuzzTest. Let's create a trivial example to make sure everything runs correctly. -Create a file named `first_fuzz_test.cc` in the directory `first_fuzz` with the +Create a file named `first_fuzz_test.cc` in the directory `first_fuzz_project` with the following contents: ```c++