From 63470be96bb8c8d5c2c1f9949d86bbcbd4149c12 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 24 Mar 2025 17:27:51 +0200 Subject: initial test target --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3935361..6c5b10e 100644 --- a/Makefile +++ b/Makefile @@ -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