mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
build: add verify check on make test (#4901)
This patch adds basic tests for FS/XL/Distribute setups.
This commit is contained in:
4
Makefile
4
Makefile
@@ -56,10 +56,12 @@ spelling:
|
||||
# Builds minio, runs the verifiers then runs the tests.
|
||||
check: test
|
||||
test: verifiers build
|
||||
@echo "Running all minio testing"
|
||||
@echo "Running unit tests"
|
||||
@go test $(GOFLAGS) .
|
||||
@go test $(GOFLAGS) github.com/minio/minio/cmd...
|
||||
@go test $(GOFLAGS) github.com/minio/minio/pkg...
|
||||
@echo "Verifying build"
|
||||
@(env bash $(PWD)/buildscripts/verify-build.sh)
|
||||
|
||||
coverage: build
|
||||
@echo "Running all coverage for minio"
|
||||
|
||||
Reference in New Issue
Block a user