haproxy/tests/Makefile
Petr "Stone" Hracek 1a6efde80a Remove sh tests which does not exist
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
2017-04-04 13:11:30 +02:00

11 lines
242 B
Makefile

MODULE_LINT=/usr/lib/python2.7/site-packages/moduleframework/modulelint.py
CMD=python -m avocado run --filter-by-tags=-WIP $(MODULE_LINT) *.py
#
check-docker:
MODULE=docker $(CMD)
check-rpm:
MODULE=rpm $(CMD)
all: check-docker check-rpm