Sfoglia il codice sorgente

Merge pull request #4501 from assimp/kimkulling-patch-1

Document fuzz folder
Kim Kulling 3 anni fa
parent
commit
458a0314aa
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Readme.md

+ 1 - 0
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.