summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-08-22 17:11:58 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2024-10-28 17:02:14 +0100
commit39512e6f9b08f8057c6056473cb34bcbcf29af66 (patch)
treeb7404940e0cd34fca0d33afa34c1fa1c46d60dbc /Makefile
parent582c828d4473bc2a97d541b80fae19f8906e39a2 (diff)
Exports: Initial tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59e0556..e8d354b 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ clean:
go clean
coverage:
- go test -v -coverpkg=./... -coverprofile=common.cov ./...
+ go test -tags=cgotesting -v -coverpkg=./... -coverprofile=common.cov ./...
go tool cover -func common.cov
sloc: