build before ITs

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2015-11-18 14:13:15 +01:00
parent 06fc443626
commit a9741f1090
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ test-short:
test-long:
$(GO) test $(VERBOSE_GO) -race -tags "$(BUILDTAGS)" $(PKGS)
test-integration:
test-integration: build
$(eval TESTSUITE=$(filter-out $@,$(MAKECMDGOALS)))
test/integration/run-bats.sh $(TESTSUITE)