From 2509d212e52444ee8d853c72293e645fb6fb9a1d Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 25 Jul 2016 13:35:02 -0400 Subject: [PATCH] Start checking PyPy bytecodes --- test/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/Makefile b/test/Makefile index b020daae..7185c875 100644 --- a/test/Makefile +++ b/test/Makefile @@ -49,11 +49,13 @@ check-bytecode-2: #: Check deparsing bytecode 3.x only check-bytecode-3: - $(PYTHON) test_pythonlib.py --bytecode-3.2 --bytecode-3.3 --bytecode-3.4 --bytecode-3.5 + $(PYTHON) test_pythonlib.py --bytecode-3.2 --bytecode-3.3 \ + --bytecode-3.4 --bytecode-3.5 --bytecode-pypy3.2 #: Check deparsing bytecode that works running Python 2 and Python 3 check-bytecode: check-bytecode-3 - $(PYTHON) test_pythonlib.py --bytecode-2.3 --bytecode-2.4 --bytecode-2.5 --bytecode-2.6 --bytecode-2.7 + $(PYTHON) test_pythonlib.py --bytecode-2.3 --bytecode-2.4 \ + --bytecode-2.5 --bytecode-2.6 --bytecode-2.7 --bytecode-pypy2.7 #: Check deparsing Python 2.3 check-bytecode-2.3: