ruby/tests/Makefile
Petr "Stone" Hracek a5499de9e0 First tests
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
2017-05-02 14:35:14 +02:00

9 lines
233 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:
generator
$(CMD)