From 372640ea973d318443427c2468b00b54e116dfb0 Mon Sep 17 00:00:00 2001 From: Bjørn Ivar Teigen Date: Fri, 19 May 2023 21:08:12 +0200 Subject: Added basic tests of qualityattenuation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3