[go: nahoru, domu]

doc: add reference about fuzzing to README.md

Add a reference about fuzzing to README.md and add
doc/fuzzing.md file to EXTRA_DIST.

Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
diff --git a/Makefile.am b/Makefile.am
index 522179f..8b8f59d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -317,6 +317,7 @@
     doc/doxygen.dox \
     doc/coding_standard_c.md \
     doc/logging.md \
+    doc/fuzzing.md \
     man/man-postlude.troff \
     man/Tss2_Tcti_Device_Init.3.in \
     man/Tss2_Tcti_Mssim_Init.3.in \
diff --git a/README.md b/README.md
index 028ff28..8e23786 100644
--- a/README.md
+++ b/README.md
@@ -161,6 +161,10 @@
 output. It can be enabled separately for different components.
 The description how to do this can be found in the [logging](doc/logging.md) file.
 
+### Fuzzing
+All system API function calls can be tested using a fuzzing library.
+The description how to do this can be found in the [fuzzing](doc/fuzzing.md) file.
+
 # Architecture/Block Diagram
 SAPI library, TAB/RM, and Test Code Block Diagram:
 ![Architecture Block Diagram](doc/TSS%20block%20diagram.png)