diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-08-22 17:11:58 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-10-28 17:02:14 +0100 |
| commit | 39512e6f9b08f8057c6056473cb34bcbcf29af66 (patch) | |
| tree | b7404940e0cd34fca0d33afa34c1fa1c46d60dbc /Makefile | |
| parent | 582c828d4473bc2a97d541b80fae19f8906e39a2 (diff) | |
Exports: Initial tests
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
