You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
correct makefile build targets
This commit is contained in:
8
Makefile
8
Makefile
@@ -27,9 +27,13 @@ check-long: pytest
|
||||
check-short: pytest
|
||||
$(MAKE) -C test check-short-2.7
|
||||
|
||||
#: Run quick tests
|
||||
#: Run tests if Python 2.7
|
||||
check-2.7: pytest
|
||||
$(MAKE) -C test $@
|
||||
|
||||
#: Run tests if Python 3.4
|
||||
check-3.4: pytest
|
||||
$(MAKE) -C test check-3.4
|
||||
$(MAKE) -C test $@
|
||||
|
||||
|
||||
#: check that disassembly exactly matches Python lib's dis
|
||||
|
Reference in New Issue
Block a user