From d08d183fc852ee2b17f54c6082b7a2e9ae1dd02d Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 12 Oct 2019 19:58:01 -0400 Subject: [PATCH] bytecode 1.6 test omission --- test/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index afaf14891..c4a11f349 100644 --- a/test/Makefile +++ b/test/Makefile @@ -86,7 +86,7 @@ check-disasm: $(PYTHON) dis-compare.py #: Check deparsing bytecode 1.x only -check-bytecode-1: check-bytecode-1.0 check-bytecode-1.1 check-bytecode-1.2 check-bytecode-1.3 check-bytecode-1.4 check-bytecode-1.5 check-byecode-1.4 +check-bytecode-1: check-bytecode-1.0 check-bytecode-1.1 check-bytecode-1.2 check-bytecode-1.3 check-bytecode-1.4 check-bytecode-1.5 check-bytecode-1.6 #: Check deparsing bytecode 2.x only check-bytecode-2: @@ -148,6 +148,10 @@ check-bytecode-1.4: check-bytecode-1.5: $(PYTHON) test_pythonlib.py --bytecode-1.5 +#: Check deparsing bytecode 1.6 only +check-bytecode-1.6: + $(PYTHON) test_pythonlib.py --bytecode-1.6 + #: Check deparsing Python 2.1 check-bytecode-2.1: $(PYTHON) test_pythonlib.py --bytecode-2.1