Skip to content

Commit

Permalink
Merge pull request #190 from vdice/remove-test-unit
Browse files Browse the repository at this point in the history
chore(Makefile): remove test-unit target
  • Loading branch information
Vaughn Dice authored Mar 27, 2017
2 parents 27b4e65 + 7713ff3 commit 8279219
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,11 @@ docker-build:
docker build ${DOCKER_BUILD_FLAGS} -t ${IMAGE} .
docker tag ${IMAGE} ${MUTABLE_IMAGE}

test: test-style test-unit test-functional
test: test-style test-functional

test-style:
${DEV_ENV_CMD} shellcheck $(SHELL_SCRIPTS)

test-unit:
@echo "Implement functional tests in _tests directory"

test-functional: test-functional-swift test-functional-minio

test-functional-minio:
Expand Down

0 comments on commit 8279219

Please sign in to comment.