debugging-tools/tests/Makefile
Petr "Stone" Hracek 32a28ee3c2 Add more tests and dependencies
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
2017-05-09 10:55:00 +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)