summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2015-03-06 17:58:20 +0100
committerStefan Behnel <stefan_ml@behnel.de>2015-03-06 17:58:20 +0100
commit1e4c4692e6c55f47b6886e6f654a37e4d53c6e43 (patch)
tree388fa14252e08d46eaddb73bfe2c5e537917e589 /Makefile
parent5bd68674d969956868205ed92a55aed42312a2c0 (diff)
downloadpython-lxml-1e4c4692e6c55f47b6886e6f654a37e4d53c6e43.tar.gz
properly integrate original ET selftest modules into test runner
--HG-- rename : selftest.py => src/lxml/tests/selftest.py rename : selftest2.py => src/lxml/tests/selftest2.py
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f02891c3..f7e18951 100644
--- a/Makefile
+++ b/Makefile
@@ -33,14 +33,10 @@ test_build: build
test_inplace: inplace
$(PYTHON) test.py $(TESTFLAGS) $(TESTOPTS) $(CYTHON_WITH_COVERAGE)
- PYTHONPATH=src:$(PYTHONPATH) $(PYTHON) selftest.py
- PYTHONPATH=src:$(PYTHONPATH) $(PYTHON) selftest2.py
test_inplace3: inplace
$(PYTHON3) setup.py $(SETUPFLAGS) build_ext -i $(PY3_WITH_CYTHON)
$(PYTHON3) test.py $(TESTFLAGS) $(TESTOPTS) $(CYTHON3_WITH_COVERAGE)
- PYTHONPATH=src:$(PYTHONPATH) $(PYTHON3) selftest.py
- PYTHONPATH=src:$(PYTHONPATH) $(PYTHON3) selftest2.py
valgrind_test_inplace: inplace
valgrind --tool=memcheck --leak-check=full --num-callers=30 --suppressions=valgrind-python.supp \