haproxy/tests/Makefile
Petr "Stone" Hracek 712f1169de Update to proper path
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
2017-04-10 13:31:32 +02:00

8 lines
157 B
Makefile

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