6 lines
176 B
Makefile
6 lines
176 B
Makefile
MODULE_LINT=/home/phracek/work/programming/modularity-testing-framework/tools/modulelint.py
|
|
CMD=python -m avocado run --filter-by-tags=-WIP $(MODULE_LINT) *.py
|
|
|
|
#
|
|
all:
|
|
$(CMD)
|