perl/tests/Makefile
Radoslav Pitonak f0c699abaa Dockerfile and tests
Signed-off-by: Nils Philippsen <nils@redhat.com>
2017-04-27 11:32:46 +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)