Tidy a little bit

This commit is contained in:
rocky
2015-12-16 01:52:11 -05:00
parent 8c94acfca0
commit 9fecb48744
14 changed files with 74 additions and 36 deletions

View File

@@ -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