THRIFT-310. python: Generate valid code for empty services
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@741832 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/py/Makefile.am b/test/py/Makefile.am
index 252f586..6daa26d 100644
--- a/test/py/Makefile.am
+++ b/test/py/Makefile.am
@@ -3,10 +3,12 @@
py_unit_tests = \
SerializationTest.py \
TestEof.py \
+ TestSyntax.py \
RunClientServer.py
thrift_gen = \
- gen-py/ThriftTest/__init__.py
+ gen-py/ThriftTest/__init__.py \
+ gen-py/DebugProtoTest/__init__.py
helper_scripts= \
TestClient.py \
@@ -20,7 +22,7 @@
TESTS= $(py_unit_tests)
-gen-py/ThriftTest/__init__.py: ../ThriftTest.thrift
+gen-py/%/__init__.py: ../%.thrift
$(THRIFT) --gen py $<
clean-local: