You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Tidy a little bit
This commit is contained in:
6
Makefile
6
Makefile
@@ -20,9 +20,13 @@ all: check
|
||||
test check: pytest check-short
|
||||
|
||||
#: Run tests
|
||||
check-short: pytest
|
||||
check-short: pytest
|
||||
$(MAKE) -C test $@
|
||||
|
||||
#: check that disassembly exactly matches Python lib's dis
|
||||
check-disasm:
|
||||
$(MAKE) -C test check-disasm
|
||||
|
||||
#: Run tests
|
||||
pytest:
|
||||
$(MAKE) -C pytest check
|
||||
|
Reference in New Issue
Block a user