diff options
Diffstat (limited to 'test/s3/compatibility/Makefile')
| -rw-r--r-- | test/s3/compatibility/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/s3/compatibility/Makefile b/test/s3/compatibility/Makefile new file mode 100644 index 000000000..b6171b10f --- /dev/null +++ b/test/s3/compatibility/Makefile @@ -0,0 +1,9 @@ +.PHONY: all build-image test + +all: build-image test + +build-image: + ./prepare.sh + +test: + ./run.sh |
