blob: 252f586bd30fa1ac9782be011a82ed213e11666f [file] [log] [blame]
David Reiss9ff3b9d2008-02-15 01:10:23 +00001THRIFT = $(top_srcdir)/compiler/cpp/thrift
2
3py_unit_tests = \
4 SerializationTest.py \
5 TestEof.py \
6 RunClientServer.py
7
8thrift_gen = \
9 gen-py/ThriftTest/__init__.py
10
11helper_scripts= \
12 TestClient.py \
13 TestServer.py
14
15check_SCRIPTS= \
16 $(thrift_gen) \
17 $(py_unit_tests) \
18 $(helper_scripts)
19
20TESTS= $(py_unit_tests)
21
22
23gen-py/ThriftTest/__init__.py: ../ThriftTest.thrift
David Reiss0c87ad42008-12-02 02:11:13 +000024 $(THRIFT) --gen py $<
David Reiss9ff3b9d2008-02-15 01:10:23 +000025
26clean-local:
David Reiss2ca456a2008-02-24 16:42:18 +000027 $(RM) -r gen-py