summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWill Hawkins <[email protected]>2023-05-24 11:20:17 -0400
committerGitHub <[email protected]>2023-05-24 11:20:17 -0400
commit6ed3213da8666b9e4e51ae232f2109663d28306e (patch)
tree17c36a1c6d6fefbcb66c18e9e03c9d5d7d9b7a1f /Makefile
parentd4a0d400be96b8dda43096d41bdd6a1fc1fd4245 (diff)
parentb522f9e23f7aae9d6a6b0f2de74f6df860e5ee09 (diff)
Merge pull request #50 from domoslabs/main
Implemented basic Quality Attenuation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 564f87b..a024bc2 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ all: build test
build:
go build $(LDFLAGS) networkQuality.go
test:
- go test ./timeoutat/ ./traceable/ ./ms/ ./utilities/ ./lgc
+ go test ./timeoutat/ ./traceable/ ./ms/ ./utilities/ ./lgc ./qualityattenuation
golines:
find . -name '*.go' -exec ~/go/bin/golines -w {} \;
clean: