# Cypher Technology Compatibility Kit (TCK)
test:
ifeq ($(V),)
	@behave --tags=-skip --format progress
else
	@behave --tags=-skip
endif