ruby/tests/Makefile
Petr "Stone" Hracek f319e135b7 Update tests
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
2017-05-03 12:54:26 +02:00

8 lines
222 B
Makefile

MODULE_LINT=/usr/share/moduleframework/tools/modulelint.py
# --filter-by-tags=-WIP: ignore WIP tag test that have a issue on F25 avocado.
CMD=python -m avocado run --filter-by-tags=-WIP $(MODULE_LINT) *.py
#
all:
$(CMD)