瀏覽代碼

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

Document fuzz folder
Kim Kulling 3 年之前
父節點
當前提交
458a0314aa
共有 1 個文件被更改,包括 1 次插入0 次删除
  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.