blob: 0d159a2f889ea2b12f48c2661d8507bade1cf750 [file] [log] [blame]
THRIFT = $(top_srcdir)/compiler/cpp/thrift
py_unit_tests = \
SerializationTest.py \
TestEof.py \
RunClientServer.py
thrift_gen = \
gen-py/ThriftTest/__init__.py
helper_scripts= \
TestClient.py \
TestServer.py
check_SCRIPTS= \
$(thrift_gen) \
$(py_unit_tests) \
$(helper_scripts)
TESTS= $(py_unit_tests)
gen-py/ThriftTest/__init__.py: ../ThriftTest.thrift
$(THRIFT) -py $<
clean-local:
-rm -rf gen-py