blob: 252f586bd30fa1ac9782be011a82ed213e11666f [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) --gen py $<
clean-local:
$(RM) -r gen-py