forked from TrueCloudLab/frostfs-testcases
a20ec58614
* Add S3-gate testcase
9 lines
192 B
Makefile
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}"
|
|
|