Add go test option -v 57/203357/1
authorjw_wonny.cha <jw_wonny.cha@samsung.com>
Fri, 12 Apr 2019 05:01:35 +0000 (14:01 +0900)
committerjw_wonny.cha <jw_wonny.cha@samsung.com>
Fri, 12 Apr 2019 05:01:35 +0000 (14:01 +0900)
Change-Id: Idea87f57b32065543b1560f0fca3f4d908fb6c1c
Signed-off-by: jw_wonny.cha <jw_wonny.cha@samsung.com>
Makefile

index 86e7f135cf1956b39feaeb73969070d14626d769..f629fabbde0c9d5bc3265fb3c707ce468f60e373 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -104,7 +104,7 @@ install:
 
 ## go test and coverage
 test:
-       $(GOCOVER) test $(PKG_DIRS) > coverage.out
+       $(GOCOVER) test -v $(PKG_DIRS) > coverage.out
        $(GOCOVER) report coverage.out
        $(GOCOVER)-html coverage.out > coverage.html
        firefox coverage.html &