From 9b29282ee477609052545aef0492b3f0461e7879 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 12 Dec 2010 16:50:29 +0000 Subject: 'make check' runs the test in the build directory. This way tests can be run win Py3 too, as the setup 2to3s them. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ecf15f..12617f0 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ ez_setup: wget -O $(EZ_SETUP) http://peak.telecommunity.com/dist/ez_setup.py check: - PYTHONPATH=$(BUILD_DIR):.:$(PYTHONPATH) $(PYTHON) tests/__init__.py --verbose + PYTHONPATH=$(BUILD_DIR):$(BUILD_DIR)/tests:$(PYTHONPATH) $(PYTHON) $(BUILD_DIR)/psycopg2/tests/__init__.py --verbose testdb: @echo "* Creating $(TESTDB)" -- cgit v1.2.1