From 27b4729bd1a57740ea68e774d58d9cb3f45c5589 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 11 Dec 2024 16:48:12 -0300 Subject: Do the same single file consolidation on tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cbb1225..482423a 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ $(existing.a): $(xtests.a): p="`echo $* | sed 's,^tests/unit/,urubu/,'`"; \ - go tool compile -I src -o $@ -p $$p src/$$p.go $*/*.go + go tool compile -I src -o $@ -p $$p src/$$p.go $*.go $(xmains.a): go tool compile -I src -o $@ -p main $*/*.go -- cgit v1.2.3