Add unit test for license resolution

This commit is contained in:
Arthur Barr
2017-11-29 17:25:35 +00:00
parent 2f3ca70d7b
commit 81b5db4969
3 changed files with 287 additions and 1 deletions

View File

@@ -89,6 +89,11 @@ build-cov:
mkdir -p build
cd build; go test -c -covermode=count ../cmd/runmqserver
# Shortcut to just run the unit tests
.PHONY: test-unit
test-unit:
docker build --target builder --file Dockerfile-server .
.PHONY: test-advancedserver
test-advancedserver: test/docker/vendor
$(info $(SPACER)$(shell printf $(TITLE)"Test $(DOCKER_FULL_ADVANCEDSERVER) on Docker"$(END)))