summaryrefslogtreecommitdiff
path: root/python/Makefile
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2010-02-05 15:08:44 +0000
committerRafael H. Schloming <rhs@apache.org>2010-02-05 15:08:44 +0000
commit9221f274a6a9b05802f4bd5403425d02ffc84133 (patch)
treed8ba40265471e7586fdb615e6dd7461b06ef5a67 /python/Makefile
parent27bed5a97092424b5bbd4559843223d85e31333b (diff)
downloadqpid-python-9221f274a6a9b05802f4bd5403425d02ffc84133.tar.gz
moved protocol tests from qpid/python to qpid/tests
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@906961 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/Makefile')
-rw-r--r--python/Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/python/Makefile b/python/Makefile
index 2c7f9b8de0..2f2cb784e5 100644
--- a/python/Makefile
+++ b/python/Makefile
@@ -31,7 +31,7 @@ else
AMQP_SPEC_DIR=$(PWD)/$(DATA_DIR)/amqp
endif
-DIRS=qmf qpid mllib models examples tests tests_0-8 tests_0-9 tests_0-10
+DIRS=qmf qpid mllib models examples tests
SRCS=$(shell find $(DIRS) -name "*.py") qpid_config.py
BUILD=build
TARGETS=$(SRCS:%.py=$(BUILD)/%.py)
@@ -79,18 +79,6 @@ install: build
install -pm 0644 $(BUILD)/tests/*.* $(PYTHON_LIB)/tests
$(PYCC) $(PYTHON_LIB)/tests
- install -d $(PYTHON_LIB)/tests_0-8
- install -pm 0644 $(BUILD)/tests_0-8/*.* $(PYTHON_LIB)/tests_0-8
- $(PYCC) $(PYTHON_LIB)/tests_0-8
-
- install -d $(PYTHON_LIB)/tests_0-9
- install -pm 0644 $(BUILD)/tests_0-9/*.* $(PYTHON_LIB)/tests_0-9
- $(PYCC) $(PYTHON_LIB)/tests_0-9
-
- install -d $(PYTHON_LIB)/tests_0-10
- install -pm 0644 $(BUILD)/tests_0-10/*.* $(PYTHON_LIB)/tests_0-10
- $(PYCC) $(PYTHON_LIB)/tests_0-10
-
install -d $(EXEC_PREFIX)
install -pm 0755 qpid-python-test commands/* $(EXEC_PREFIX)