Skip to content

Commit

Permalink
Udate D5 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hurufu committed Mar 9, 2024
1 parent aacff36 commit c4ce175
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions co/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4ce175

Please sign in to comment.