postgresql/tests/Makefile
2017-05-04 10:50:54 +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)