From 6c2f1378e3b5fbea1987a27392634202d0ddfc22 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Wed, 27 Apr 2022 15:09:30 +0200 Subject: [PATCH] Document fuzz folder - closes https://github.com/assimp/assimp/issues/4497 --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index f4167c9f2..cd08c6a66 100644 --- a/Readme.md +++ b/Readme.md @@ -58,6 +58,7 @@ Open Asset Import Library is implemented in C++. The directory structure looks l /code Source code /contrib Third-party libraries /doc Documentation (doxysource and pre-compiled docs) + /fuzz Contains the test-code for the Google-Fuzzer project /include Public header C and C++ header files /scripts Scripts used to generate the loading code for some formats /port Ports to other languages and scripts to maintain those.