THRIFT-3305: Missing dist files for 0.9.3 release candidate
Client: build
Patch: jfarrell

Adds missing files to dist
diff --git a/test/Makefile.am b/test/Makefile.am
index 4c90995..6ebcd27 100755
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -75,10 +75,13 @@
 check-local:
 	$(top_builddir)/compiler/cpp/thrift --gen html -r $(top_srcdir)/test/ThriftTest.thrift
 
+clean-local:
+	rm -rf $(top_srcdir)/test/gen-html
+
 EXTRA_DIST = \
+	audit \
+	crossrunner \
 	keys \
-	test.py \
-	tests.json \
 	c_glib \
 	cpp \
 	erl \
@@ -98,8 +101,11 @@
 	DebugProtoTest.thrift \
 	DenseLinkingTest.thrift \
 	DocTest.thrift \
+	EnumTest.thrift \
+	known_failures_Linux.json \
 	Include.thrift \
 	JavaBeansTest.thrift \
+	JsDeepConstructorTest.thrift \
 	ManyOptionals.thrift \
 	ManyTypedefs.thrift \
 	NameConflictTest.thrift \
@@ -108,9 +114,14 @@
 	ReuseObjects.thrift \
 	SmallTest.thrift \
 	StressTest.thrift \
+	test.py \
+	tests.json \
 	ThriftTest.thrift \
+	TypedefTest.thrift \
 	FastbinaryTest.py \
-	README.md
+	result.html \
+	README.md \
+	valgrind.suppress
 
 precross-%:
 	$(MAKE) -C $* precross