From eefcf3c73695d23897335590c74ee83b4ef4e75f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 24 Mar 2025 21:15:36 +0200 Subject: test target works --- Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3935361..b8f7c1c 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ clean: make -C ./internal/c clean .PHONY: world -world: clean generate all +world: clean generate test all .PHONY: flames flames: @@ -71,4 +71,8 @@ inferno: prof: $(GO) tool pprof -pdf ./ior ior.cpuprofile > cpuprofile.pdf && evince cpuprofile.pdf & $(GO) tool pprof -pdf ./ior ior.memprofile > memprofile.pdf && evince memprofile.pdf & - + +.PHONY: test +test: + $(GO) clean -testcache + $(GO) test ./... -v -- cgit v1.2.3