diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2010-02-05 15:08:44 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2010-02-05 15:08:44 +0000 |
| commit | 3df1424a43244ee1c347ff9163650753601c6893 (patch) | |
| tree | 333c4228d660a6d3d175ddfe76403f1f37e75af1 /qpid/python/Makefile | |
| parent | 5b4dc91393493685c6688d0b69334333413616fe (diff) | |
| download | qpid-python-3df1424a43244ee1c347ff9163650753601c6893.tar.gz | |
moved protocol tests from qpid/python to qpid/tests
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@906961 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/Makefile')
| -rw-r--r-- | qpid/python/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/qpid/python/Makefile b/qpid/python/Makefile index 2c7f9b8de0..2f2cb784e5 100644 --- a/qpid/python/Makefile +++ b/qpid/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) |
