From 9c84074c89661cd1e776eff3d4aa5329a2ac9524 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Fri, 26 Apr 2019 12:20:06 +0200 Subject: Lane cancellation rework opt.cancelstep is gone, hook is installed by lane:cancel() if requested lane:cancel() rework (see doc) --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fc44fac..7d2cf17 100644 --- a/Makefile +++ b/Makefile @@ -76,6 +76,7 @@ test: $(MAKE) irayo_recursive $(MAKE) irayo_closure $(MAKE) basic + $(MAKE) cancel $(MAKE) fifo $(MAKE) keeper $(MAKE) timer @@ -94,6 +95,9 @@ test: basic: tests/basic.lua $(_TARGET_SO) $(_PREFIX) $(LUA) $< +cancel: tests/cancel.lua $(_TARGET_SO) + $(_PREFIX) $(LUA) $< + # # This tries to show out a bug which happens in lane cleanup (multicore CPU's only) # -- cgit v1.2.3-55-g6feb