frostfs-testcases/Makefile
anatoly-bogatyrev 4cb4121d60
Feature/code clearness (#27)
* replication testcase has been remade #19
* Split large complex test cases into multiple test cases #18
* Add the steps to check the viewing of previous epochs during GET operations #23
* Updating all test cases according to NeoFS updates
* Code improvements and bug fixes
2021-02-08 08:05:17 +03:00

9 lines
185 B
Makefile

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