[VOL-2833] Reporting total number of instances and current adapter instance during Adapter Registration (needs VOL-2834)

Change-Id: Ic7b0c4f52677383feb98d42ef7c68593fb30f0e3
diff --git a/Makefile b/Makefile
index cd92d01..0416acd 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@
 	@echo ""
 	@echo "Static code analysis OK"
 
-test:
+test: local-protos
 	@mkdir -p ./tests/results
 	@${GO} test -mod=vendor -v -coverprofile ./tests/results/go-test-coverage.out -covermode count ./... 2>&1 | tee ./tests/results/go-test-results.out ;\
 	RETURN=$$? ;\