frostfs-testcases/Makefile
anatoly-bogatyrev a20ec58614
Add S3-gate testcase (#4)
* Add S3-gate testcase
2020-12-11 14:35:02 +03:00

9 lines
192 B
Makefile

.DEFAULT_GOAL := help
run:
@echo "⇒ Test Run"
@robot --timestampoutputs --outputdir artifacts/ robot/testsuites/integration/*.robot
help:
@echo "⇒ run Run testcases ${R}"