You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Include 2.4_run, 2.5_run in testing
This commit is contained in:
@@ -182,12 +182,24 @@ check-bytecode-2.3:
|
|||||||
|
|
||||||
#: Check deparsing Python 2.4
|
#: Check deparsing Python 2.4
|
||||||
check-bytecode-2.4:
|
check-bytecode-2.4:
|
||||||
|
$(PYTHON) test_pythonlib.py --bytecode-2.4-run --verify-run
|
||||||
$(PYTHON) test_pythonlib.py --bytecode-2.4
|
$(PYTHON) test_pythonlib.py --bytecode-2.4
|
||||||
|
|
||||||
#: Check deparsing Python 2.5
|
#: Check deparsing Python 2.5
|
||||||
check-bytecode-2.5:
|
check-bytecode-2.5:
|
||||||
|
$(PYTHON) test_pythonlib.py --bytecode-2.5-run --verify-run
|
||||||
$(PYTHON) test_pythonlib.py --bytecode-2.5
|
$(PYTHON) test_pythonlib.py --bytecode-2.5
|
||||||
|
|
||||||
|
#: Check deparsing Python 2.6
|
||||||
|
check-bytecode-2.6:
|
||||||
|
$(PYTHON) test_pythonlib.py --bytecode-2.6-run --verify-run
|
||||||
|
$(PYTHON) test_pythonlib.py --bytecode-2.6 --syntax-verify
|
||||||
|
|
||||||
|
#: Check deparsing Python 2.7
|
||||||
|
check-bytecode-2.7:
|
||||||
|
$(PYTHON) test_pythonlib.py --bytecode-2.7-run --verify-run
|
||||||
|
$(PYTHON) test_pythonlib.py --bytecode-2.7 --syntax-verify
|
||||||
|
|
||||||
#: Get grammar coverage for Python 2.4
|
#: Get grammar coverage for Python 2.4
|
||||||
grammar-coverage-2.4:
|
grammar-coverage-2.4:
|
||||||
-rm $(COVER_DIR)/spark-grammar-24.cover
|
-rm $(COVER_DIR)/spark-grammar-24.cover
|
||||||
@@ -260,16 +272,6 @@ grammar-coverage-3.7:
|
|||||||
rm $(COVER_DIR)/spark-grammar-3.7.cover || /bin/true
|
rm $(COVER_DIR)/spark-grammar-3.7.cover || /bin/true
|
||||||
SPARK_PARSER_COVERAGE=$(COVER_DIR)/spark-grammar-3.7.cover $(PYTHON) test_pyenvlib.py --3.7.3 --max=500
|
SPARK_PARSER_COVERAGE=$(COVER_DIR)/spark-grammar-3.7.cover $(PYTHON) test_pyenvlib.py --3.7.3 --max=500
|
||||||
|
|
||||||
#: Check deparsing Python 2.6
|
|
||||||
check-bytecode-2.6:
|
|
||||||
$(PYTHON) test_pythonlib.py --bytecode-2.6-run --verify-run
|
|
||||||
$(PYTHON) test_pythonlib.py --bytecode-2.6 --syntax-verify
|
|
||||||
|
|
||||||
#: Check deparsing Python 2.7
|
|
||||||
check-bytecode-2.7:
|
|
||||||
$(PYTHON) test_pythonlib.py --bytecode-2.7-run --verify-run
|
|
||||||
$(PYTHON) test_pythonlib.py --bytecode-2.7 --syntax-verify
|
|
||||||
|
|
||||||
#: Check deparsing Python 3.0
|
#: Check deparsing Python 3.0
|
||||||
check-bytecode-3.0:
|
check-bytecode-3.0:
|
||||||
$(PYTHON) test_pythonlib.py --bytecode-3.0-run --verify-run
|
$(PYTHON) test_pythonlib.py --bytecode-3.0-run --verify-run
|
||||||
|
Reference in New Issue
Block a user