php/tests/Makefile
2017-06-08 13:19:50 +02:00

6 lines
143 B
Makefile

MODULE_LINT=/usr/share/moduleframework/tools/modulelint.py
CMD=python -m avocado run --filter-by-tags=-WIP $(MODULE_LINT) *.py
#
all:
$(CMD)