From 9221f274a6a9b05802f4bd5403425d02ffc84133 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Fri, 5 Feb 2010 15:08:44 +0000 Subject: 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 --- python/Makefile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'python/Makefile') 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) -- cgit v1.2.1