summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBjørn Ivar Teigen <[email protected]>2023-05-19 21:08:12 +0200
committerBjørn Ivar Teigen <[email protected]>2023-05-19 21:08:12 +0200
commit372640ea973d318443427c2468b00b54e116dfb0 (patch)
treefc0eb0ba16c4b0398d7b5b7fb33ffb3ca835fc83 /Makefile
parent1dc9c660ca8829bd386688a56b7047644789eb9a (diff)
Added basic tests of qualityattenuation
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: