diff options
| author | Jeff Carr <[email protected]> | 2024-11-16 00:08:14 -0600 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-16 00:08:14 -0600 | 
| commit | 11bbac055c2c02b474288547f0d7cd0adad1f7a2 (patch) | |
| tree | 9db8040e460d14bbc70d617d77da9a6a29f7c20b | |
| parent | 471238a26d4607da7be7732d551911556b9df0bb (diff) | |
| -rw-r--r-- | Makefile | 4 | 
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ LDFLAGS      := -ldflags "-X $(PKG)/utilities.GitVersion=$(GIT_VERSION)"  all: build test  build:  	go build $(LDFLAGS) networkQuality.go + +install: +	go install $(LDFLAGS) +  test:  	go test ./timeoutat/ ./traceable/ ./utilities/ ./lgc ./qualityattenuation ./rpm ./series  golines:  | 
