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 86e7f13..f629fab 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 &