From c4ce175885451ddc988b2916a51426370d9080fd Mon Sep 17 00:00:00 2001 From: Aleksy Grabowski Date: Sat, 9 Mar 2024 21:17:06 +0100 Subject: [PATCH] Udate D5 for tests --- co/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/co/Makefile b/co/Makefile index dee37ba..def7c9a 100644 --- a/co/Makefile +++ b/co/Makefile @@ -17,11 +17,12 @@ LDLIBS := LOADLIBES := vpath %.c .. ../coro +vpath %.txt .. .PHONY: clean all run index print-% check -run: $(EXECUTABLE) - echo hello | ./$< +run: $(EXECUTABLE) | d5.txt + ./$< <$| check: ut ./$< ut: LDLIBS += -lcheck