THRIFT-5855: Add py fuzzers
Add fuzzers for py support, to improve the reliability/robustness of the implementation
diff --git a/lib/py/Makefile.am b/lib/py/Makefile.am
index 4777ccf..2be72de 100644
--- a/lib/py/Makefile.am
+++ b/lib/py/Makefile.am
@@ -39,6 +39,7 @@
all-local: py3-build
$(PYTHON) setup.py build
${THRIFT} --gen py test/test_thrift_file/TestServer.thrift
+ ${THRIFT} --gen py ../../test/v0.16/FuzzTestNoUuid.thrift
# We're ignoring prefix here because site-packages seems to be
# the equivalent of /usr/local/lib in Python land.