mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
'make check' runs the test in the build directory.
This way tests can be run win Py3 too, as the setup 2to3s them.
This commit is contained in:
parent
31093a7a58
commit
9b29282ee4
2
Makefile
2
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)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user